Skip to content

Commit

Permalink
change hardcode for talos registry (#148)
Browse files Browse the repository at this point in the history
without this fix can't build project localy
  • Loading branch information
themoriarti authored May 24, 2024
1 parent 5f01f30 commit 48df982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/installer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ image-cozystack:
image-talos:
test -f ../../../_out/assets/installer-amd64.tar || make talos-installer
docker load -i ../../../_out/assets/installer-amd64.tar
docker tag ghcr.io/siderolabs/installer:$(TALOS_VERSION) ghcr.io/aenix-io/cozystack/talos:$(call settag,$(TALOS_VERSION))
docker push ghcr.io/aenix-io/cozystack/talos:$(call settag,$(TALOS_VERSION))
docker tag ghcr.io/siderolabs/installer:$(TALOS_VERSION) $(REGISTRY)/talos:$(call settag,$(TALOS_VERSION))
docker push $(REGISTRY)/talos:$(call settag,$(TALOS_VERSION))

image-matchbox:
test -f ../../../_out/assets/kernel-amd64 || make talos-kernel
Expand Down

0 comments on commit 48df982

Please sign in to comment.