Skip to content

Commit 5ee14bb

Browse files
committed
Add docker logging and keychain unlocking to CI
1 parent 777d136 commit 5ee14bb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,15 @@ 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+
204213
- name: Generate native launcher and generate os packages
205214
run: .github/scripts/build-linux-aarch64.sh
206215
env:

0 commit comments

Comments
 (0)