.gitea/workflows/linux_arm64_docker-release.yaml aktualisiert
All checks were successful
Build Docker Linux ARM64 Release / build-docker-linux-arm64-release (push) Successful in 1m38s

This commit is contained in:
2025-12-22 01:18:59 +01:00
parent 08b8d6c177
commit f27949f503

View File

@@ -49,11 +49,11 @@ jobs:
# load: true # load: true
- name: Push - name: Push
run: docker push gitea.penry.de/${{ github.repository }}:latest run: docker push gitea.penry.de/${{ env.REPO_LC }}:latest
- name: Make Tar from image - name: Make Tar from image
run: | run: |
docker save -o couchlog-linux-arm64.tar gitea.penry.de/${{ github.repository }}:latest docker save -o couchlog-linux-arm64.tar gitea.penry.de/${{ env.REPO_LC }}:latest
- name: Release - name: Release
uses: akkuman/gitea-release-action@v1 uses: akkuman/gitea-release-action@v1