Skip to content

Commit d2ba7cb

Browse files
committed
chore: dont login, try to rely on github screts
1 parent 5b025f7 commit d2ba7cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ 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"
1514
docker run $(if test -t 1; then echo "-it"; fi) --rm \
1615
--volume "$(pwd):/data" \
1716
-w /data \

0 commit comments

Comments
 (0)