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

This commit is contained in:
2024-05-09 09:06:04 +02:00
parent 0cb4ffec2b
commit 6269af4b15
+3 -2
View File
@@ -11,14 +11,15 @@ jobs:
DOCKER_LATEST: nightly
steps:
- name: test
run: head -c20 ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
- name: Checkout
uses: actions/checkout@v4
with:
lfs: true
ssh-key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
ssh-known-hosts: ${{ secrets.INSTANCE_SSH_PUBLIC_KEY }}
- name: test
run: head -c20 ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
- name: Login to DockerHub
uses: docker/login-action@v2