# This is a combination of 2 commits.

# This is the 1st commit message:

#7 Disable image build and push on PR

# This is the commit message #2:

Disable image build and push on PR
This commit is contained in:
Alex Prizov
2021-04-10 18:06:23 +03:00
parent c970c176a9
commit 75452dd343

View File

@@ -46,6 +46,7 @@ jobs:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: build and deploy image
if: ${{ github.ref == 'refs/heads/master' || startwith(github.ref, 'refs/tags/') }}
env:
GITHUB_PACKAGE_TOKEN: ${{ secrets.PKG_TOKEN }}
run: |