Skip to content

Commit

Permalink
Update docker build command
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Engelhardt <[email protected]>
  • Loading branch information
antonengelhardt committed Feb 9, 2024
1 parent a39848e commit 6a530be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,5 @@ jobs:

- name: Push to GHCR
run:
docker build -t ghcr.io/antonengelhardt/wasm-oidc-plugin:latest .
docker buildx build -t ghcr.io/antonengelhardt/wasm-oidc-plugin:latest .
docker push ghcr.io/antonengelhardt/wasm-oidc-plugin:latest

0 comments on commit 6a530be

Please sign in to comment.