Skip to content

Commit

Permalink
Merge pull request #54 from GSA-TTS/consistent-tags
Browse files Browse the repository at this point in the history
Make sha-type tag consistent between glr and non-glr versions
  • Loading branch information
rahearn authored Jan 14, 2025
2 parents 6939977 + e26ffb1 commit aee0693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
tags: |
type=raw,value={{date 'YYYYMMDD'}}-glr,priority=850
type=raw,value={{branch}}-glr,priority=600
type=raw,value={{sha}}-glr,priority=100
type=raw,value=sha-{{sha}}-glr,priority=100
type=raw,value=latest-glr,priority=90
- name: Build and push Docker image - glr variant
Expand Down

0 comments on commit aee0693

Please sign in to comment.