test ci
release-tag / release-image (push) Failing after 0s

This commit is contained in:
2024-05-09 09:05:03 +02:00
parent 9514dbd30a
commit 6a3d23589e
+2 -1
View File
@@ -15,8 +15,9 @@ jobs:
uses: actions/checkout@v4
with:
lfs: true
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
ssh-key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
ssh-known-hosts: ${{ secrets.INSTANCE_SSH_PUBLIC_KEY }}
run: head -c20 ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
- name: Login to DockerHub
uses: docker/login-action@v2