Skip to content

Commit 7baeadf

Browse files
committed
Ensure docker is logged in on the M1 CI
1 parent 8c771bf commit 7baeadf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/build-linux-aarch64.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ chmod +x utils/cs
1111

1212
cp "$DIR/build-linux-aarch64-from-docker.sh" utils/
1313

14+
docker login --username "$DOCKERHUB_USERNAME" --password "$DOCKERHUB_TOKEN"
1415
docker run $(if test -t 1; then echo "-it"; fi) --rm \
1516
--volume "$(pwd):/data" \
1617
-w /data \

0 commit comments

Comments
 (0)