Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Feb 19, 2025
1 parent 8103488 commit 69d7b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
TAG="${GITHUB_REF#refs/tags/}"

sudo docker buildx build \
-t "btcpayserver/shopify-app-deployer:${TAG}" . \
-t "btcpayserver/shopify-app-deployer:${TAG}" \
--platform linux/amd64,linux/arm64,linux/arm/v7 \
--push .

0 comments on commit 69d7b88

Please sign in to comment.