Skip to content

Commit

Permalink
[gh workflow] Adding gh sha to IMG_TAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
didierofrivia committed Mar 9, 2023
1 parent 03d0009 commit 9e83fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
tags: ['*']

env:
IMG_TAGS: ${{ github.ref_name }}
IMG_TAGS: ${{ github.sha }} ${{ github.ref_name }}
IMG_REGISTRY_HOST: quay.io
IMG_REGISTRY_ORG: kuadrant
MAIN_BRANCH_NAME: main
Expand Down

0 comments on commit 9e83fa7

Please sign in to comment.