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