Skip to content

Commit

Permalink
Should not push to the OCI registry for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Soubinan committed Nov 29, 2023
1 parent f9d66f0 commit e3c4693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
build-args: |
XOWEB=$XO_WEB
XOSERVER=$XO_SERVER
push: ${{ github.event_name != 'release' }}
push: ${{ github.event_name == 'release' }}
- name: Sign the published container images
if: github.event_name == 'release'
env:
Expand Down

0 comments on commit e3c4693

Please sign in to comment.