push

Push target container image to registry.

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

Argument Reference

The following arguments are supported:

  • image - (Required) Container image to build.
  • tag - (Required) Apply tag on image (use branch or tag otherwise).
  • tool - (Optional) Build tool to use: docker (default) or podman
Last updated on