Skip to content

Commit

Permalink
Pass destination to manifest push command (#52)
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <[email protected]>
  • Loading branch information
rsevilla87 authored Oct 23, 2023
1 parent 1c6f35e commit 91153c5
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 @@ -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)
Expand Down

0 comments on commit 91153c5

Please sign in to comment.