Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Nianyu Shen <[email protected]>
  • Loading branch information
nianyush committed Jan 10, 2024
1 parent 2be2c70 commit 5b4b9ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ provider-image:
# added PROVIDER_K8S_VERSION to fix missing image in ghcr.io/kairos-io/provider-*
ARG K8S_VERSION=1.26.4
ARG IMAGE_REPO
IF [ "$$CUSTOM_TAG" != "" ]
IF [ "$CUSTOM_TAG" != "" ]
ARG IMAGE_PATH=$IMAGE_REGISTRY/$IMAGE_REPO:$K8S_DISTRIBUTION-$K8S_VERSION-$PE_VERSION-$CUSTOM_TAG
ELSE
ARG IMAGE_PATH=$IMAGE_REGISTRY/$IMAGE_REPO:$K8S_DISTRIBUTION-$K8S_VERSION-$PE_VERSION
Expand Down Expand Up @@ -351,7 +351,7 @@ iso-image:
RUN rm -f /etc/ssh/ssh_host_* /etc/ssh/moduli
RUN touch /etc/machine-id \
&& chmod 444 /etc/machine-id
IF [ "$$CUSTOM_TAG" != "" ]
IF [ "$CUSTOM_TAG" != "" ]
SAVE IMAGE palette-installer-image:$PE_VERSION-$CUSTOM_TAG
ELSE
SAVE IMAGE palette-installer-image:$PE_VERSION
Expand Down

0 comments on commit 5b4b9ab

Please sign in to comment.