Fix docker push for master

This commit is contained in:
projectmoon 2020-08-31 21:40:42 +00:00
parent 374f426961
commit 0388daa8ac
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
repository: myorg/myrepository
tags: latest
push: ${{ startsWith(github.ref, 'master') }}
push: ${{ github.ref == 'refs/heads/master' }}
docker_push_tag:
needs: build_and_test