.gitea/workflows/docker-builder.yml aktualisiert
fix arm64 workflow
This commit is contained in:
@@ -49,12 +49,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
run: |
|
||||
git clone "${GITEA_REPOSITORY_URL}" .
|
||||
git checkout "${GITEA_REF_NAME}"
|
||||
|
||||
# - name: Checkout repository
|
||||
# uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set image tag from branch
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user