Skip to content

Commit e6d0dc5

Browse files
kk
1 parent 3ebb1c1 commit e6d0dc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4646
tags: |
4747
type=ref,event=tag
48-
type=raw,value=latest,enable={{ github.event_name == 'schedule' || (github.event_name == 'push' && contains(github.ref, 'refs/tags/') == false) }}
48+
type=raw,value=latest,enable={{ github.event_name === 'schedule' || (github.event_name === 'push' && contains(github.ref, 'refs/tags/') === false) }}
4949
5050
- name: Build and push Docker image
5151
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)