Try removing host key
This commit is contained in:
parent
6ac0efb057
commit
836c5a3bbf
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user