@@ -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
|
||||
|
||||
Reference in New Issue
Block a user