We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed6f67 commit 3c32da2Copy full SHA for 3c32da2
.github/workflows/docker-image.yml
@@ -42,7 +42,7 @@ jobs:
42
fail_ci_if_error: true
43
44
build:
45
- if: startsWith(github.ref, 'refs /tags/')
+ if: startsWith(github.ref, 'refs/tags/')
46
runs-on: ubuntu-latest
47
needs: coverage
48
steps:
0 commit comments