Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <[email protected]>
  • Loading branch information
andistorm committed Jul 8, 2024
1 parent d9c0f9e commit da16879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-single-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
build-and-push:
name: Build and push
needs: check
if: ${{ needs.check.outputs.rebuild == 'true' || inputs.force_rebuild == true }}
if: ${{ needs.check.outputs.rebuild == 'true' || inputs.force_rebuild }}
runs-on: ubuntu-22.04
steps:
- name: Checkout Dockerfile
Expand Down

0 comments on commit da16879

Please sign in to comment.