Skip to content

Commit

Permalink
release: fix the syntax error (#157)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
Mossaka authored Sep 19, 2023
1 parent 442b334 commit d5775dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:
ghcr.io/deislabs/containerd-wasm-shims/examples/k3d:latest
context: deployments/k3d
platforms: linux/amd64,linux/arm64
build-args:
- STAGE=release
build-args: |
STAGE=release
- name: clear
if: always()
run: |
Expand Down

0 comments on commit d5775dc

Please sign in to comment.