Skip to content

Commit

Permalink
feat: Commit pipeline's SHA next to the image tag for Argo deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
wokoman committed Jan 8, 2025
1 parent 664274b commit e4875c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/trigger-image-tag-update/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ inputs:
description: "Do a dry run"
required: false
default: 'false'
commit-sha:
description: "Enable to commit pipeline's SHA to tag.yaml"
required: false
default: 'true'
github-app-private-key:
description: 'The "Keboola - kbc-stacks trigger" GitHub App private key'
required: true
Expand Down Expand Up @@ -63,4 +67,5 @@ runs:
-f image-tag=${{ inputs.image-tag }} \
-f automerge=${{ inputs.automerge }} \
-f dry-run=${{ inputs.dry-run }} \
-f commit-sha=${{ inputs.commit-sha }} \
-f metadata="$ENCODED_METADATA"

0 comments on commit e4875c8

Please sign in to comment.