chore(deps): update docker/login-action action to v3

This commit is contained in:
renovate[bot] 2025-07-28 13:51:52 +00:00 committed by GitHub
parent 83fc0386ad
commit 4f16543856
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}
- name: Login to Docker Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.DOCKER_REGISTRY }}
username: ${{ secrets.QUAY_IO_USER }}

View file

@ -24,7 +24,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}
- name: Login to Docker Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.DOCKER_REGISTRY }}
username: ${{ secrets.QUAY_IO_USER }}