removed debug
Some checks failed
Build / Build & push new image (push) Successful in 11m31s
Build / Scan current image with Trivy (push) Failing after 5m29s
Build / Scan current image with Grype (push) Failing after 1m12s

This commit is contained in:
titanz 2025-01-28 21:55:04 +01:00
parent f44fc0651f
commit eafc79d9e3
Signed by: titanz
GPG Key ID: EABC72179C71D4F5

View File

@ -35,10 +35,6 @@ jobs:
echo "FULL_VERSION=$(grep -oP '(?<=VERSION=).*' Dockerfile)" >> $GITHUB_ENV
echo ${{ github.repository_owner }}
- name: docker login
run: |
docker login -u ${{ github.repository_owner }} -p ${{ secrets.GITEA_TOKEN }} https://git.conorz.at
# Add support for more platforms with QEMU
- name: Set up QEMU
uses: docker/setup-qemu-action@v3