Skip to content

Commit 9588d48

Browse files
kk+
1 parent e6d0dc5 commit 9588d48

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/')) }}
4949
5050
- name: Build and push Docker image
5151
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)