Skip to content

Commit 0243d01

Browse files
chore: Include latest tag in docker publish (#30)
1 parent 229474c commit 0243d01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ jobs:
173173
type=semver,pattern={{version}}
174174
type=semver,pattern={{major}}.{{minor}}
175175
type=raw,value=${{ github.sha }},enable=true
176+
type=raw,value=latest,enable=${{ github.ref_type == 'tag' }}
176177
177178
- name: "Log in to GitHub Container Registry"
178179
uses: docker/login-action@v3

0 commit comments

Comments
 (0)