Skip to content

Commit 868bb88

Browse files
committed
Update docker publish flow
1 parent 9d6632d commit 868bb88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4040
tags: |
41-
type=raw,value=latest
41+
type=raw,value=latest,enable=${{ !contains(github.ref, '-pre') }}
4242
type=semver,pattern={{version}}
4343
4444
- name: Build and push Docker image

0 commit comments

Comments
 (0)