mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 05:58:21 -05:00
build(deps): bump docker/login-action from 2 to 3 (#410)
This commit is contained in:
parent
026f7794d1
commit
1cd336c7dc
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
||||
key: buildx-cache
|
||||
# Login to ghcr.io
|
||||
- name: Log in to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: neonmmd
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user