Skip to content

Commit

Permalink
Create build-images job.
Browse files Browse the repository at this point in the history
  • Loading branch information
corneil committed Sep 19, 2023
1 parent f88b16a commit 790b40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function download_image() {
echo "Downloaded $TARGET_FILE"
}

TARGET=$1
TARGET=$(realpath $1)
REPO="$2"
ARTIFACT_ID=$3

Expand Down

0 comments on commit 790b40b

Please sign in to comment.