fix ci
release-tag / release-image (push) Failing after 13s

This commit is contained in:
2024-05-09 09:54:12 +02:00
parent 9051064723
commit 986436a006
+15 -7
View File
@@ -14,13 +14,21 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
lfs: true lfs: false
# ssh-key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }} persist-credentials: false
# ssh-known-hosts: ${{ secrets.INSTANCE_SSH_PUBLIC_KEY }} # github-server-url: "http://192.168.3.100:3000"
github-server-url: "http://192.168.3.100:3000" # env:
env: # GIT_TRACE: 1
GIT_TRACE: 1 # GIT_CURL_VERBOSE: 1
GIT_CURL_VERBOSE: 1 - name: setup private key
shell: bash
run: |
echo "${{ secrets.RUNNER_SSH_PRIVATE_KEY }}" > ~/.ssh/id_ed25519
- name: git lfs pull
shell: bash
run: |
git remote set-url origin git@your-ghes-domain.com:foo/foo.git
git lfs pull
- name: Login to DockerHub - name: Login to DockerHub
uses: docker/login-action@v2 uses: docker/login-action@v2