diff --git a/.github/workflows/dicebot-ci.yml b/.github/workflows/dicebot-ci.yml index e8206c8..65e806f 100644 --- a/.github/workflows/dicebot-ci.yml +++ b/.github/workflows/dicebot-ci.yml @@ -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