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
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Clone repository
run: |
git clone "${{ gitea.server_url }}/${{ gitea.repository }}.git" .
git checkout "${{ gitea.ref_name }}"
- name: Login to Docker Registry
run: |