debug login
Some checks failed
Build / Build & push new image (push) Failing after 12s
Build / Scan current image with Trivy (push) Has been skipped
Build / Scan current image with Grype (push) Has been skipped

This commit is contained in:
titanz 2025-01-28 20:42:43 +01:00
parent d62e62c8d1
commit 5da4f80d2f
Signed by: titanz
GPG Key ID: EABC72179C71D4F5

View File

@ -34,6 +34,10 @@ jobs:
run: |
echo "FULL_VERSION=$(grep -oP '(?<=VERSION=).*' Dockerfile)" >> $GITHUB_ENV
- 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
@ -47,7 +51,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITEA_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set Docker metadata
id: meta