There was an error while loading. Please reload this page.
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