Update .github/workflows/main.yml

This commit is contained in:
Steffen Illium 2025-05-15 17:23:29 +02:00
parent 3c2581322d
commit a6c0365f21

View File

@ -8,8 +8,8 @@ jobs:
docker: docker:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
# (Test credentials early, befor failing late in the process.)
- name: Login to Gitea Package Registry - name: Login to Gitea Package Registry
# (Test credentials early, befor failing late in the process.)
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: http://gitea_app:3000 registry: http://gitea_app:3000
@ -39,6 +39,7 @@ jobs:
registry: ghcr.io registry: ghcr.io
username: ${{ gitea.actor }} username: ${{ gitea.actor }}
password: ${{ secrets.TOKEN }} password: ${{ secrets.TOKEN }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with: