jjaniec/GitOps: Update Image Tag

Updates the Image Tag in a GitOps repository.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Mar 5, 2025
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: jjaniec/gitops-image-update@5d7631442ba61394f64fa4ca0b4f45f7f70efecd # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
API_NAMEAPI Name (for usage in the commit message only)yes
ENV_NAMEEnv Name (for usage in the commit message only)yes
REPOSITORY_NAMEURL of the GitOps repository e.g. "adwert-it/infrastructure"yes
BRANCHBranch of the GitOps repository e.g. "main"yesmain
VALUES_FILE_PATHPath to the values file in the GitOps repository e.g. "./deployments/helmCharts/projects/AdWert-IT/values.yaml"yes
VALUE_NAMEName of the value in the values file e.g. "frontendImageSHA"yes
TAGName of the Image Tag e.g. 'v1.0.0' or 'e0f9a8b'yes
USERNAMEUsername for the GitOps repository. Defaults to the GITHUB_ACTOR.yes${{ github.actor }}
ACCESS_TOKEN(Personal) Access Token for the GitOps repository. Defaults to the GITHUB_TOKEN.yes${{ github.token }}

no outputs