push

Push a docker image to registry.

@docker push {
    image: "ghcr.io/example/project"
    tag: "1.2.3-stable"
}

Argument Reference

The following arguments are supported:

  • image - (Required) Docker image to build.
  • tag - (Required) Apply tag on image (use branch or tag otherwise).
Last updated on