We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ebb1c1 commit e6d0dc5Copy full SHA for e6d0dc5
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/') === false) }}
49
50
- name: Build and push Docker image
51
uses: docker/build-push-action@v5
0 commit comments