Skip to content

Commit

Permalink
Add --purge option on "docker manifest push" as a workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
wi1dcard committed Jan 9, 2020
1 parent 0059632 commit 702f69a
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 @@ -45,4 +45,4 @@ docker_manifest: check_tag
docker manifest create --amend "${DOCKER_REPO}:${TAG}" "${DOCKER_REPO}:${TAG}-amd64" "${DOCKER_REPO}:${TAG}-arm64" "${DOCKER_REPO}:${TAG}-arm"
docker manifest annotate "${DOCKER_REPO}:${TAG}" "${DOCKER_REPO}:${TAG}-arm64" --os linux --arch arm64
docker manifest annotate "${DOCKER_REPO}:${TAG}" "${DOCKER_REPO}:${TAG}-arm" --os linux --arch arm
docker manifest push "${DOCKER_REPO}:${TAG}"
docker manifest push --purge "${DOCKER_REPO}:${TAG}"

0 comments on commit 702f69a

Please sign in to comment.