We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7495e4f commit 7e18f67Copy full SHA for 7e18f67
1 file changed
.github/workflows/build.yml
@@ -71,7 +71,7 @@ jobs:
71
publish-docker:
72
runs-on: ubuntu-latest
73
needs: build
74
- if: startsWith(github.ref, 'refs/heads/master')
+ if: ${{ github.ref == 'refs/heads/master' }}
75
steps:
76
- name: Docker Metadata
77
id: docker_meta
0 commit comments