Skip to content

Commit

Permalink
Makefile: Fix pushing container manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueg committed Mar 2, 2022
1 parent 1110c48 commit e56bc3b
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 manifest push $(OUT_DOCKER):$(VERSION)
podman manifest push --all $(OUT_DOCKER):$(VERSION) docker://$(OUT_DOCKER):$(VERSION)

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

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

0 comments on commit e56bc3b

Please sign in to comment.