1
0
mirror of https://github.com/umputun/reproxy.git synced 2024-11-24 08:12:31 +02:00

Merge pull request #9 from prizov/skip-image-build

#7 Disable image build and push on PR
This commit is contained in:
Umputun 2021-04-10 13:56:56 -05:00 committed by GitHub
commit 5742353b3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: |