Skip to content

Commit 7e18f67

Browse files
authored
Only push docker image on master
1 parent 7495e4f commit 7e18f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
publish-docker:
7272
runs-on: ubuntu-latest
7373
needs: build
74-
if: startsWith(github.ref, 'refs/heads/master')
74+
if: ${{ github.ref == 'refs/heads/master' }}
7575
steps:
7676
- name: Docker Metadata
7777
id: docker_meta

0 commit comments

Comments
 (0)