Bump docker/login-action from 1.12.0 to 1.13.0 (#2391)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-02-18 08:22:48 +01:00
committed by GitHub
parent 4e683160bf
commit 8d01fd31f2

View File

@@ -98,14 +98,14 @@ jobs:
- name: Login to DockerHub - name: Login to DockerHub
if: env.BUILD_ARGS == '--docker-hub-check' if: env.BUILD_ARGS == '--docker-hub-check'
uses: docker/login-action@v1.12.0 uses: docker/login-action@v1.13.0
with: with:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
if: env.BUILD_ARGS == '--docker-hub-check' if: env.BUILD_ARGS == '--docker-hub-check'
uses: docker/login-action@v1.12.0 uses: docker/login-action@v1.13.0
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ secrets.GIT_USER }} username: ${{ secrets.GIT_USER }}