Skip to content

Commit

Permalink
Add push condition
Browse files Browse the repository at this point in the history
  • Loading branch information
janboll committed Jan 20, 2025
1 parent dc4f609 commit b045a8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/services-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

- name: Build package operator container image from git@github.com:package-operator/package-operator.git
if: inputs.push == true
run: |
cd pko
make image

0 comments on commit b045a8b

Please sign in to comment.