We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0cefd commit 83cb790Copy full SHA for 83cb790
.github/workflows/Prebuild.yaml
@@ -24,6 +24,9 @@ jobs:
24
uses: docker/metadata-action@v4
25
with:
26
images: ${{ env.REGISTRY }}/${{ github.repository }}
27
+ tags: |
28
+ # Set latest tag for default branch
29
+ type=raw,value=latest,enable={{is_default_branch}}
30
31
- name: 'Login to GitHub Container Registry'
32
uses: docker/login-action@v3
0 commit comments