Skip to content

Commit

Permalink
[.github] push-main.yml has a syntax error at runtime only (#1134)
Browse files Browse the repository at this point in the history
This works fine in a Gitpod workspace. Let's try working around the error.

🤞
  • Loading branch information
kylos101 committed Jul 16, 2023
1 parent 01c5526 commit 3229ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
IFS=' ' read -r -a IMAGE_TAGS < <(yq '.sync.images."workspace-base-images"|join(" ")' .github/sync-containers.yml)
UPLOADS=$(printf "./.github/workflows/push-main/upload_image.sh %s\n" "${IMAGE_TAGS[@]}")
echo "${UPLOADS}" | xargs -I CMD -P 10 -n 1 \
echo "${UPLOADS}" | xargs -0 -I CMD -P 10 -n 1 \
env SKOPEO_AUTH_DIR="${SKOPEO_AUTH_DIR}" GAR_IMAGE_REGISTRY="${GAR_IMAGE_REGISTRY}" TIMESTAMP_TAG="${TIMESTAMP_TAG}" SKOPEO_SYNC_FILES="${SKOPEO_SYNC_FILES}" \
bash -c CMD --
Expand Down

0 comments on commit 3229ff4

Please sign in to comment.