push
ℹ️
This command is fully cacheable.
Push target container image to registry.
@docker push {
image = "ghcr.io/example/project"
tag = "1.2.3-stable"
args = "--disable-content-trust"
}
Argument Reference
The following arguments are supported:
image
- (Required) Docker image to build.tag
- (Required) Apply tag on image (use branch or tag otherwise).args
- (Optional) Arguments for command.
Last updated on