Skip to content

Commit 83cb790

Browse files
committed
Add latest tag back
1 parent bc0cefd commit 83cb790

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/Prebuild.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
uses: docker/metadata-action@v4
2525
with:
2626
images: ${{ env.REGISTRY }}/${{ github.repository }}
27+
tags: |
28+
# Set latest tag for default branch
29+
type=raw,value=latest,enable={{is_default_branch}}
2730
2831
- name: 'Login to GitHub Container Registry'
2932
uses: docker/login-action@v3

0 commit comments

Comments
 (0)