Skip to content

Commit 3c32da2

Browse files
committed
FIX: condition to build image
1 parent 0ed6f67 commit 3c32da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fail_ci_if_error: true
4343

4444
build:
45-
if: startsWith(github.ref, 'refs /tags/')
45+
if: startsWith(github.ref, 'refs/tags/')
4646
runs-on: ubuntu-latest
4747
needs: coverage
4848
steps:

0 commit comments

Comments
 (0)