push

Pushes the built image to the registry with a specific tag.

@docker push {
    image = "ghcr.io/example/project"
    tag = "1.2.3-stable"
    args = "--disable-content-trust"
}

Capabilities

CapabilityInfo
Cacheexternal
Bachno

Argument Reference

The following arguments are supported:

  • image - (Required) Repository to push.
  • tag - (Required) Tag applied to the image (hash tag is used as the source).
  • args - (Optional) Additional arguments passed to tagging/push.
Last updated on