Try update?
This commit is contained in:
parent
b4728eccb8
commit
0c3859724d
|
@ -27,8 +27,10 @@ on:
|
||||||
type: string
|
type: string
|
||||||
PIPELINE_WORKER_SSH_KEY:
|
PIPELINE_WORKER_SSH_KEY:
|
||||||
required: true
|
required: true
|
||||||
|
type: string
|
||||||
PIPELINE_WORKER_KNOWN_HOSTS:
|
PIPELINE_WORKER_KNOWN_HOSTS:
|
||||||
required: true
|
required: true
|
||||||
|
type: string
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release-image:
|
release-image:
|
||||||
|
@ -53,6 +55,7 @@ jobs:
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
- run: apt-get update
|
||||||
- name: Setting up SSH
|
- name: Setting up SSH
|
||||||
if: ${{ hashFiles('requirements_private.txt') != '' }}
|
if: ${{ hashFiles('requirements_private.txt') != '' }}
|
||||||
uses: https://github.com/shimataro/ssh-key-action@v2.5.1
|
uses: https://github.com/shimataro/ssh-key-action@v2.5.1
|
||||||
|
@ -62,7 +65,7 @@ jobs:
|
||||||
known_hosts: ${{ secrets.PIPELINE_WORKER_KNOWN_HOSTS }}
|
known_hosts: ${{ secrets.PIPELINE_WORKER_KNOWN_HOSTS }}
|
||||||
config: |
|
config: |
|
||||||
Host gitfub
|
Host gitfub
|
||||||
HostName ${{ inputs.DOCKER_REG_DOMAIN }}
|
HostName gitfub.space
|
||||||
User ${{ secrets.DOCKER_USERNAME }}
|
User ${{ secrets.DOCKER_USERNAME }}
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Loading…
Reference in New Issue
Block a user