remove actions/checkout@4
Some checks failed
Docker Build and Push / docker (push) Failing after 2m44s

This commit is contained in:
aiyueqi
2026-04-17 10:41:04 +08:00
parent 3ce0f9e44c
commit 62d49ae87c

View File

@@ -10,8 +10,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Clone repository
uses: actions/checkout@v4 run: |
git clone "${{ gitea.server_url }}/${{ gitea.repository }}.git" .
git checkout "${{ gitea.ref_name }}"
- name: Login to Docker Registry - name: Login to Docker Registry
run: | run: |