Update docker/login-action action to v3 #5

Merged
stb merged 1 commit from renovate/docker-login-action-3.x into main 2024-07-30 22:51:57 +02:00

View file

@ -12,7 +12,7 @@ jobs:
id: metadata id: metadata
with: with:
images: git.hamburg.ccc.de/${{ github.repository }}/pretix images: git.hamburg.ccc.de/${{ github.repository }}/pretix
- uses: docker/login-action@v1 - uses: docker/login-action@v3
with: with:
registry: git.hamburg.ccc.de registry: git.hamburg.ccc.de
username: ${{ github.actor }} username: ${{ github.actor }}