Skip to content

Commit

Permalink
Merge pull request #1166 from akrejcir/fix-release
Browse files Browse the repository at this point in the history
makefile: Fix podman manifest push command
  • Loading branch information
kubevirt-bot authored Dec 10, 2024
2 parents 5b3a952 + feb6a81 commit 33f94e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ container-build: unittest bundle
# Push the container image
.PHONY: container-push
container-push:
podman manifest push ${IMG}
podman manifest push ${IMG} ${IMG}

.PHONY: build-template-validator
build-template-validator:
Expand All @@ -219,7 +219,7 @@ build-template-validator-container:

.PHONY: push-template-validator-container
push-template-validator-container:
podman manifest push ${VALIDATOR_IMG}
podman manifest push ${VALIDATOR_IMG} ${VALIDATOR_IMG}


##@ Build Dependencies
Expand Down

0 comments on commit 33f94e0

Please sign in to comment.