Skip to content

Commit

Permalink
Skip deploying for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuzikar authored and tadayosi committed Dec 14, 2023
1 parent 95db041 commit dfb77f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
run: |
mvn --batch-mode --no-transfer-progress install -Djkube.build.strategy=docker
- name: Push image to Quay.io
if: github.event_name == 'push'
env:
USERNAME: ${{ secrets.QUAY_USERNAME }}
PASSWORD: ${{ secrets.QUAY_PASSWORD }}
Expand Down

0 comments on commit dfb77f5

Please sign in to comment.