Skip to content

Commit df80f86

Browse files
committed
fix ci
1 parent d4e6ef6 commit df80f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
context: .
6565
file: Dockerfile
66-
push: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/tags/v*' }}
66+
push: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v') }}
6767
tags: ${{ steps.meta.outputs.tags }}
6868
labels: ${{ steps.meta.outputs.labels }}
6969
cache-from: type=gha

0 commit comments

Comments
 (0)