pr-docker-build.yml aktualisieren

This commit is contained in:
Enno Gelhaus 2025-05-31 23:57:28 +02:00 committed by GitHub
parent d0e40910bb
commit 2c414b3529
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: egelhaus
password: ${{ secrets.TOKEN_DOCKER }}
username: ${{ github.actor }}
password: ${{ github.token }}
- name: Set image tag
id: vars