6
0

Try update?

This commit is contained in:
Jon Michael Aanes 2023-12-09 01:35:32 +01:00
parent b4728eccb8
commit 0c3859724d

View File

@ -27,8 +27,10 @@ on:
type: string
PIPELINE_WORKER_SSH_KEY:
required: true
type: string
PIPELINE_WORKER_KNOWN_HOSTS:
required: true
type: string
jobs:
release-image:
@ -53,6 +55,7 @@ jobs:
exit 1
fi
- run: apt-get update
- name: Setting up SSH
if: ${{ hashFiles('requirements_private.txt') != '' }}
uses: https://github.com/shimataro/ssh-key-action@v2.5.1
@ -62,7 +65,7 @@ jobs:
known_hosts: ${{ secrets.PIPELINE_WORKER_KNOWN_HOSTS }}
config: |
Host gitfub
HostName ${{ inputs.DOCKER_REG_DOMAIN }}
HostName gitfub.space
User ${{ secrets.DOCKER_USERNAME }}
- name: Checkout