Skip to content

Commit

Permalink
Update build_e2xgrader_images.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tmetzl authored Apr 30, 2024
1 parent 42e036e commit 726942d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_e2xgrader_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,10 @@ jobs:
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_SECRET }}
- name: Build Docker image
if: ${{ inputs.force_build || steps.changes.outputs.image_changed == 'true' }}
if: |
${{ inputs.force_build }}
${{ steps.changes.outputs.image_changed == 'true' }}
${{ steps.changes.outputs.workflow_changed == 'true' }}
id: build_image
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 726942d

Please sign in to comment.