Skip to content

Commit

Permalink
Merge pull request #164 from Kuadrant/limitador-tags-sha
Browse files Browse the repository at this point in the history
Limitador now tags with sha too
  • Loading branch information
didierofrivia authored Apr 18, 2023
2 parents f10d835 + ba8700b commit 795c7a1
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 @@ -8,7 +8,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 795c7a1

Please sign in to comment.