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

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-09-13 09:25:57 +03:00
committed by GitHub
parent 5c8f13b92e
commit b27dd842ca

View File

@@ -36,7 +36,7 @@ jobs:
uses: docker/setup-buildx-action@v2
- name: Log in to the Container registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}