Skip to content

Commit

Permalink
Makefile: Ensure pushing all images of manifest with podman
Browse files Browse the repository at this point in the history
  • Loading branch information
brancz committed Mar 2, 2022
1 parent 9fc6417 commit b469b53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -209,11 +209,11 @@ container:

.PHONY: push-container
push-container:
podman push $(OUT_DOCKER):$(VERSION)
podman manifest push $(OUT_DOCKER):$(VERSION)

.PHONY: push-quay-container
push-quay-container:
podman push $(OUT_DOCKER):$(VERSION) quay.io/parca/parca-agent:$(VERSION)
podman manifest push $(OUT_DOCKER):$(VERSION) quay.io/parca/parca-agent:$(VERSION)

.PHONY: internal/pprof
internal/pprof:
Expand Down

0 comments on commit b469b53

Please sign in to comment.