Skip to content

Commit

Permalink
chore: use wasm image correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
chatton committed Nov 16, 2023
1 parent 4984e12 commit 9b1668b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-workflow-call.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
echo "checksum=$(scripts/get-libwasm-version.py --get-checksum)" >> $GITHUB_OUTPUT
- name: Log in to the Container registry
if: ${{ inputs.build-and-push-docker-image }}
if: ${{ inputs.build-and-push-docker-image-wasm }}
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
with:
registry: ${{ env.REGISTRY }}
Expand Down

0 comments on commit 9b1668b

Please sign in to comment.