We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 777d136 + 5ee14bb commit 9e6ebb1Copy full SHA for 9e6ebb1
.github/workflows/ci.yml
@@ -201,6 +201,15 @@ jobs:
201
- uses: VirtusLab/scala-cli-setup@a4c8b538a26205b4f92c3253f4661735b029f6e6
202
with:
203
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
213
- name: Generate native launcher and generate os packages
214
run: .github/scripts/build-linux-aarch64.sh
215
env:
0 commit comments