diff --git a/Makefile b/Makefile index 73c76fd..f24401e 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ gha-build: gha-push: gha-build @echo "Publish the Container Images" - podman manifest push $(CONTAINER_NS)/$(BIN_NAME):latest + podman manifest push $(CONTAINER_NS)/$(BIN_NAME):latest $(CONTAINER_NS)/$(BIN_NAME):latest clean: rm -Rf $(BIN_DIR)