We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 973ce6d commit 546859fCopy full SHA for 546859f
1 file changed
.github/workflows/docker.yml
@@ -33,6 +33,8 @@ jobs:
33
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
34
tags: |
35
type=semver,pattern={{version}}
36
+ type=raw,value=beta,enable=${{ contains(github.ref, '-beta') }}
37
+ type=raw,value=latest,enable=${{ !contains(github.ref, '-beta') }}
38
39
- name: Build and push Docker image
40
uses: docker/build-push-action@v5
0 commit comments