Skip to content

Commit

Permalink
name image correctly on tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Jan 30, 2024
1 parent 262c73c commit c282fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_push_multiplatform.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
docker buildx create --use
docker buildx build --platform linux/amd64,linux/arm64 -t camicroscope/image_decoders -f Dockerfile --push .
docker buildx build --platform linux/amd64,linux/arm64 -t camicroscope/image-decoders -f Dockerfile --push .
docker push camicroscope/image_decoders

0 comments on commit c282fe3

Please sign in to comment.