Skip to content

Commit

Permalink
Merge pull request #2495 from tgodzik/dont-login
Browse files Browse the repository at this point in the history
chore: Don't try to log in since it doesn't work currently
  • Loading branch information
tgodzik authored Oct 24, 2023
2 parents 0e8796e + b851152 commit 201a46e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,15 +201,6 @@ jobs:
- uses: VirtusLab/scala-cli-setup@a4c8b538a26205b4f92c3253f4661735b029f6e6
with:
apps: ""

- name: Unlock keychain for remote access
run: security -v unlock-keychain ~/Library/Keychains/login.keychain-db
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Generate native launcher and generate os packages
run: .github/scripts/build-linux-aarch64.sh
env:
Expand Down

0 comments on commit 201a46e

Please sign in to comment.