Skip to content

Commit

Permalink
change default ISO_DISK_IMG
Browse files Browse the repository at this point in the history
Signed-off-by: Nianyu Shen <[email protected]>
  • Loading branch information
nianyush committed Aug 14, 2024
1 parent 1f42b18 commit 15933c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ ELSE
END

ARG IMAGE_PATH=$IMAGE_REGISTRY/$IMAGE_REPO:$K8S_DISTRIBUTION-$K8S_VERSION-$IMAGE_TAG
ARG ISO_DISK_IMG=$IMAGE_REGISTRY/$IMAGE_REPO/$ISO_NAME:$IMAGE_TAG
ARG ISO_DISK_IMG=$IMAGE_REGISTRY/$IMAGE_REPO:$IMAGE_TAG
ARG CMDLINE="stylus.registration"

build-all-images:
Expand Down

0 comments on commit 15933c9

Please sign in to comment.