1
0

Merge pull request #1056 from nginx-proxy/dependabot/github_actions/docker/login-action-3

ci: bump docker/login-action from 2 to 3
This commit is contained in:
Nicolas Duchon 2023-12-08 01:33:01 +01:00 committed by GitHub
commit 14d9de3be5
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -55,13 +55,13 @@ jobs:
uses: docker/setup-buildx-action@v2 uses: docker/setup-buildx-action@v2
- name: Login to DockerHub - name: Login to DockerHub
uses: docker/login-action@v2 uses: docker/login-action@v3
with: with:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Log in to GitHub Container Registry - name: Log in to GitHub Container Registry
uses: docker/login-action@v2 uses: docker/login-action@v3
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}