Remove Version for Tests
Build Docker Linux ARM64 / build-docker-linux-arm64 (push) Failing after 7s

This commit is contained in:
2026-06-07 15:33:03 +02:00
parent ea7604a05f
commit cd159509a0
+1 -3
View File
@@ -35,9 +35,7 @@ jobs:
- name: Build Linux ARM64 Docker Image - name: Build Linux ARM64 Docker Image
run: | run: |
docker build \ docker build \
-t gitea.penry.de/${{ env.REPO_LC }}:${{ env.VERSION }} \ -t gitea.penry.de/${{ env.REPO_LC }}:nightly \" \
-t gitea.penry.de/${{ env.REPO_LC }}:nightly \
--label "org.opencontainers.image.source=https://gitea.penry.de/${{ github.repository }}" \
. .
- name: Push Images - name: Push Images