Update docker/login-action action to v3 #4

Merged
stb merged 1 commit from renovate/docker-login-action-3.x into main 2024-07-30 22:51:45 +02:00
Showing only changes of commit b7bb2d6a3b - Show all commits

View file

@ -19,7 +19,7 @@ jobs:
tags: |
type=raw,value=latest,enable={{is_default_branch}}
- name: Log in to Image Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: git.hamburg.ccc.de
username: ${{ github.actor }}