Merge pull request #12 from selim13/dependabot/github_actions/docker/login-action-3
Bump docker/login-action from 2 to 3
This commit is contained in:
commit
e3248b6a01
4
.github/workflows/deploy-docker-image.yml
vendored
4
.github/workflows/deploy-docker-image.yml
vendored
@ -20,13 +20,13 @@ jobs:
|
||||
- uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Login to Container registry
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user