Skip to content

Commit

Permalink
add sha tag
Browse files Browse the repository at this point in the history
  • Loading branch information
henriklundstrom committed May 15, 2024
1 parent 3b2bd3b commit f685dda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/atlantis-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ jobs:
type=raw,event=tag,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/') && !contains(github.ref, 'pre') }},suffix=${{ env.SUFFIX }}
# pr
type=ref,event=pr,suffix=${{ env.SUFFIX }}
# sha
type=sha
flavor: |
# This is disabled here so we can use the raw form above
latest=false
Expand Down

0 comments on commit f685dda

Please sign in to comment.