.gitea/workflows/linux_arm64_docker-release.yaml aktualisiert
Some checks failed
Build ARM64 Linux / build-arm64 (push) Has been cancelled
Build Docker Linux ARM64 / build-docker-linux-arm64 (push) Has been cancelled
Build Linux x64 / build-linux-x64 (push) Has been cancelled
Build Windows x64 / build-windows-x64 (push) Has been cancelled
Build Docker Linux ARM64 Release / build-docker-linux-arm64-release (release) Successful in 1m6s

This commit is contained in:
Henry Trumme
2025-12-17 20:40:41 +01:00
parent 19abc42300
commit 64bd91c555

View File

@@ -23,6 +23,9 @@ jobs:
- name: Save Docker Image to Tar
run: docker save -o CouchLog-Linux-ARM64-Docker-Image.tar couchlog-linux-arm64
- name: Zeige alle Dateien an (Debug)
run: ls -R
- name: Release erstellen & Datei hochladen
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')