Skip to content

Commit

Permalink
Remove latest tag from targetimage
Browse files Browse the repository at this point in the history
  • Loading branch information
albertnis committed Apr 14, 2020
1 parent 0ca8bd5 commit 472542e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/docker-push/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ for RI in debian scratch alpine
do
docker buildx build --target runtime \
--platform linux/amd64,linux/arm/v7,linux/arm64/v8 \
--build-arg TARGETIMAGE=$RI:latest \
--build-arg TARGETIMAGE=$RI \
-t albertnis/mqcontrol:$VERSION-$RI \
-t albertnis/mqcontrol:latest-$RI \
-t albertnis/mqcontrol:latest \
Expand Down

0 comments on commit 472542e

Please sign in to comment.