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

This commit is contained in:
renovate[bot] 2022-10-31 14:57:18 +00:00 committed by MiniDigger | Martin
parent d5c24de5f9
commit 57c90e32d9

View File

@ -89,7 +89,7 @@ jobs:
run: (cd frontend && pnpm build && cd server && pnpm build)
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ secrets.CR_USER }}