remove actions/checkout@4
Some checks failed
Docker Build and Push / docker (push) Failing after 2m44s
Some checks failed
Docker Build and Push / docker (push) Failing after 2m44s
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user