Skip to content

Commit 3aa6c75

Browse files
authored
Merge pull request #2490 from tgodzik/remove-login
chore: dont login, try to rely on github secrets
2 parents 7c8dfc1 + d2ba7cb commit 3aa6c75

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)