Skip to content

Commit

Permalink
Fix image tag (#49)
Browse files Browse the repository at this point in the history
Co-authored-by: ekarlso <endre.karlson@xait.com>
  • Loading branch information
ekarlso and ekarlso authored Sep 8, 2023
1 parent b1e8923 commit c568ab9
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 @@ -44,7 +44,7 @@ $(TOOLS_BIN_DIR):

# Image URL to use all building/pushing image targets
BOOTSTRAP_IMG_TAG ?= v0.2.0
BOOTSTRAP_IMG ?= ghcr.io/cluster-api-provider-k3s/cluster-api-k3s/bootstrap-controller:v0.2.0
BOOTSTRAP_IMG ?= ghcr.io/cluster-api-provider-k3s/cluster-api-k3s/bootstrap-controller:$(BOOTSTRAP_IMG_TAG)

# Image URL to use all building/pushing image targets
CONTROLPLANE_IMG_TAG ?= v0.2.0
Expand Down

0 comments on commit c568ab9

Please sign in to comment.