Skip to content

Commit

Permalink
Revert a docker command in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
theoctober19th committed Jan 29, 2024
1 parent 2c18492 commit 6f0783b
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 @@ -89,7 +89,7 @@ $(AWS_TAG): $(K8S_TAG)
microk8s: $(K8S_TAG)

$(_MAKE_DIR)/%/$(TAG).tar: $(_MAKE_DIR)/%/$(TAG).tag
docker save $*:$(TAG) -o $(_MAKE_DIR)/$*/$(TAG).tar
docker save $*:$(TAG) > $(_MAKE_DIR)/$*/$(TAG).tar

$(BASE_NAME): $(_MAKE_DIR)/$(CHARMED_OCI_FULL_NAME)/$(TAG).tar
@echo "=== Creating $(BASE_NAME) OCI archive ==="
Expand Down

0 comments on commit 6f0783b

Please sign in to comment.