Skip to content

Commit

Permalink
chore: add repo to gh run
Browse files Browse the repository at this point in the history
  • Loading branch information
chrootlogin committed Jan 4, 2025
1 parent 0c37683 commit aeb39fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
mkdir -p /tmp
for arch in $ARCHS; do
echo "==> Downloading artifact: $arch"
gh run download ${GITHUB_RUN_ID} --name "${IMAGE}-${TAG}-$arch" --dir /tmp
gh run --repo github.com/erhardtconsulting/images download ${GITHUB_RUN_ID} --name "${IMAGE}-${TAG}-$arch" --dir /tmp
done
env:
IMAGE: ${{ env.IMAGE }}
Expand Down

0 comments on commit aeb39fc

Please sign in to comment.