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 7c30bbf commit 51d2f50Copy full SHA for 51d2f50
.github/workflows/docker-build.yml
@@ -42,7 +42,7 @@ jobs:
42
latest=false
43
tags: |
44
type=ref,event=tag
45
- type=raw,value=beta,enable=${{ endsWith(github.ref, '-beta') }}
+ type=raw,value=beta,enable=${{ contains(github.ref, '-beta') }}
46
type=raw,value=latest,enable=${{ !contains(github.ref, '-') }}
47
48
- name: Build and push Docker image
0 commit comments