0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00

build(deps): bump docker/login-action from 2 to 3 (#410)

This commit is contained in:
dependabot[bot] 2023-12-02 04:08:47 +00:00 committed by GitHub
parent 026f7794d1
commit 1cd336c7dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}