@@ -11,14 +11,15 @@ jobs:
|
|||||||
DOCKER_LATEST: nightly
|
DOCKER_LATEST: nightly
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: test
|
||||||
|
run: head -c20 ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
lfs: true
|
lfs: true
|
||||||
ssh-key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
|
ssh-key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
|
||||||
ssh-known-hosts: ${{ secrets.INSTANCE_SSH_PUBLIC_KEY }}
|
ssh-known-hosts: ${{ secrets.INSTANCE_SSH_PUBLIC_KEY }}
|
||||||
- name: test
|
|
||||||
run: head -c20 ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
|
|
||||||
|
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user