Browse Source

build(deps): Bump docker/login-action from 1.12.0 to 1.13.0 (#7890)

pull/7907/head
dependabot[bot] 2 years ago
committed by GitHub
parent
commit
325740a57c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .github/workflows/docker.yml
  2. +1
    -1
      .github/workflows/proto-dockerfile.yml

+ 1
- 1
.github/workflows/docker.yml View File

@ -43,7 +43,7 @@ jobs:
- name: Login to DockerHub
if: ${{ github.event_name != 'pull_request' }}
uses: docker/login-action@v1.12.0
uses: docker/login-action@v1.13.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}


+ 1
- 1
.github/workflows/proto-dockerfile.yml View File

@ -49,7 +49,7 @@ jobs:
uses: docker/setup-buildx-action@v1.6.0
- name: Log in to the container registry
uses: docker/login-action@v1.12.0
uses: docker/login-action@v1.13.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}


Loading…
Cancel
Save