We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d0dc5 commit 9588d48Copy full SHA for 9588d48
1 file changed
.github/workflows/docker_build.yml
@@ -45,7 +45,7 @@ jobs:
45
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
46
tags: |
47
type=ref,event=tag
48
- type=raw,value=latest,enable={{ github.event_name === 'schedule' || (github.event_name === 'push' && contains(github.ref, 'refs/tags/') === false) }}
+ type=raw,value=latest,enable=${{ github.event_name == 'schedule' || (github.event_name == 'push' && !contains(github.ref, 'refs/tags/')) }}
49
50
- name: Build and push Docker image
51
uses: docker/build-push-action@v5
0 commit comments