Skip to content

Commit b851152

Browse files
committed
chore: Don't try to log in since it desn't work currently
1 parent 0e8796e commit b851152

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -201,15 +201,6 @@ jobs:
201201
- uses: VirtusLab/scala-cli-setup@a4c8b538a26205b4f92c3253f4661735b029f6e6
202202
with:
203203
apps: ""
204-
205-
- name: Unlock keychain for remote access
206-
run: security -v unlock-keychain ~/Library/Keychains/login.keychain-db
207-
- name: Login to Docker Hub
208-
uses: docker/login-action@v3
209-
with:
210-
username: ${{ secrets.DOCKERHUB_USERNAME }}
211-
password: ${{ secrets.DOCKERHUB_TOKEN }}
212-
213204
- name: Generate native launcher and generate os packages
214205
run: .github/scripts/build-linux-aarch64.sh
215206
env:

0 commit comments

Comments
 (0)