mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-27 06:01:08 +08:00
chore(deps): update docker/login-action action to v2
This commit is contained in:
parent
d5c24de5f9
commit
57c90e32d9
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user