Try removing host key
Some checks failed
Run go tests / test (push) Successful in 1m52s
release-nightly / release-image (push) Failing after 9s

This commit is contained in:
Torjus Håkestad 2023-12-06 04:10:38 +01:00
parent 6ac0efb057
commit 836c5a3bbf

View File

@ -20,8 +20,9 @@ jobs:
with:
fetch-depth: 0 # all history for all branches and tags
submodules: true
ssh-known-hosts: "{{ secret.SSH_KNOWN_HOSTS }}"
ssh-key: "{{ secret.SSH_KEY }}"
github-server-url: 'https://git.t-juice.club'
# ssh-known-hosts: "{{ secret.SSH_KNOWN_HOSTS }}"
# ssh-key: "{{ secret.SSH_KEY }}"
- name: Set up Docker BuildX
uses: docker/setup-buildx-action@v3
@ -31,7 +32,7 @@ jobs:
with:
registry: git.t-juice.club
username: ${{ gitea.actor }}
password: ${{ secrets.GITHUB_TOOKEN }}
password: ${{ secrets.GITEA_TOKEN }}
- name: Get Meta
id: meta