Skip to content

Commit

Permalink
Push all tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattheis committed Apr 22, 2022
1 parent 3d405dd commit f31968c
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 @@ -133,7 +133,7 @@ docker-login-ci:
docker login -u "$$DOCKER_USER" -p "$$DOCKER_PASS";

docker-push:
docker push ${NEW_IMAGE_NAME}
docker push --all-tags ${NEW_IMAGE_NAME}

docker-push-manifest:
${DOCKER_MANIFEST} create "${NEW_IMAGE_NAME}:latest" "${NEW_IMAGE_NAME}:amd64-latest" "${NEW_IMAGE_NAME}:386-latest" "${NEW_IMAGE_NAME}:arm-7-latest" "${NEW_IMAGE_NAME}:arm64-latest" "${NEW_IMAGE_NAME}:ppc64le-latest" "${NEW_IMAGE_NAME}:s390x-latest"
Expand Down

0 comments on commit f31968c

Please sign in to comment.