Skip to content

pipe push

Synopsis

pipe push <owner>/<name>[:<tag>] [-t <tag> ...]

Description

Pushes a pipeline to Hub. Requires authentication. Resolves content from the active tag, a specific tag file, or local files. Verifies digest after upload.

Tag precedence

  1. -t flags (highest)
  2. Inline :<tag> from the argument
  3. Default: latest

Arguments

ArgumentDescription
<owner>/<name>Hub pipeline path
:<tag>Inline tag (default: latest)

Flags

FlagShortDescription
--tag <name>-tTag to assign (repeatable)

Examples

Terminal window
# Push with default "latest" tag
pipe push myorg/deploy
# Push with explicit tags
pipe push myorg/deploy -t v1.0.0 -t latest
# Push with inline tag
pipe push myorg/deploy:v2.0.0

See also