Skip to content

Commit

Permalink
is string?
Browse files Browse the repository at this point in the history
  • Loading branch information
dazz committed Aug 4, 2024
1 parent dea3dea commit 9e3dee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
build-and-push:
runs-on: ubuntu-latest
needs: [latest_version, check_image_tag]
if: ${{ !needs.check_image_tag.outputs.image_exists }}
if: ${{ needs.check_image_tag.outputs.image_exists == 'false' }}
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 9e3dee3

Please sign in to comment.