Skip to content

Commit

Permalink
revert docker build-push-action back to v3 (#160)
Browse files Browse the repository at this point in the history
Signed-off-by: jiaxiao zhou <jiazho@microsoft.com>
  • Loading branch information
Mossaka authored Sep 21, 2023
1 parent d5775dc commit 6b343da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ jobs:
tags: containerd-wasm-shims${{ matrix.image.imageName }}:test
platforms: wasi/wasm
- name: build and push
uses: docker/build-push-action@v4
# we use v3 here because we can't push wasi/wasm images with v4
# see https://github.com/deislabs/containerd-wasm-shims/issues/154#issuecomment-1726030749
uses: docker/build-push-action@v3
if: ${{ !inputs.test }}
with:
push: true
Expand Down

0 comments on commit 6b343da

Please sign in to comment.