Skip to content

Commit

Permalink
fixes tagged push
Browse files Browse the repository at this point in the history
  • Loading branch information
louismrose committed Mar 8, 2024
1 parent 97ae223 commit 6cd3715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ publish:
echo "Skipping publish: there are no tags found pointing at $$head"; \
fi; \
for tag in $$tags; do \
docker buildx build --push --platform=linux/amd64,linux/arm64 --progress=plain -t $$tag .; \
docker buildx build --push --platform=linux/amd64,linux/arm64 --progress=plain -t zamzar/zamzar-mock:$$tag .; \
done; \
docker buildx build --push --platform=linux/amd64,linux/arm64 --progress=plain -t zamzar/zamzar-mock:latest .

0 comments on commit 6cd3715

Please sign in to comment.