We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6632d commit 868bb88Copy full SHA for 868bb88
.github/workflows/docker-publish.yml
@@ -38,7 +38,7 @@ jobs:
38
with:
39
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
40
tags: |
41
- type=raw,value=latest
+ type=raw,value=latest,enable=${{ !contains(github.ref, '-pre') }}
42
type=semver,pattern={{version}}
43
44
- name: Build and push Docker image
0 commit comments