We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6280ed0 commit 64dd735Copy full SHA for 64dd735
.github/workflows/build-docker.yml
@@ -46,7 +46,7 @@ jobs:
46
image: ${{ steps.variables.outputs.image }}
47
- name: Checkout
48
uses: actions/checkout@v4
49
- if: ${{ steps.update.outputs.needs-updating == 'true' || inputs.force == 'true '}}
+ if: ${{ steps.update.outputs.needs-updating == 'true' || inputs.force == 'true' }}
50
- name: Setup QEMU
51
uses: docker/setup-qemu-action@v3
52
with:
0 commit comments