mirror of
https://github.com/cupcakearmy/gitea-sync.git
synced 2024-12-22 08:06:25 +00:00
Merge pull request #6 from cupcakearmy/dependabot/github_actions/docker/login-action-3
Bump docker/login-action from 2 to 3
This commit is contained in:
commit
d1546f648b
4
.github/workflows/docker.yaml
vendored
4
.github/workflows/docker.yaml
vendored
@ -30,12 +30,12 @@ jobs:
|
||||
type=semver,pattern={{major}}
|
||||
|
||||
- name: Log in to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
# - name: Log in to the Container registry
|
||||
# uses: docker/login-action@v2
|
||||
# uses: docker/login-action@v3
|
||||
# with:
|
||||
# registry: ghcr.io
|
||||
# username: ${{ github.actor }}
|
||||
|
Loading…
Reference in New Issue
Block a user