Update docker/login-action action to v1.11.0

This commit is contained in:
Renovate Bot 2021-12-20 11:35:12 +00:00
parent 22bbfe4e24
commit 6e5a02c380
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
3 changed files with 6 additions and 6 deletions

View file

@ -23,14 +23,14 @@ jobs:
uses: docker/setup-buildx-action@v1.6.0
- name: Login to ghcr.io
uses: docker/login-action@v1.10.0
uses: docker/login-action@v1.11.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Login to DockerHub
uses: docker/login-action@v1.10.0
uses: docker/login-action@v1.11.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

View file

@ -24,14 +24,14 @@ jobs:
uses: docker/setup-buildx-action@v1.6.0
- name: Login to ghcr.io
uses: docker/login-action@v1.10.0
uses: docker/login-action@v1.11.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Login to DockerHub
uses: docker/login-action@v1.10.0
uses: docker/login-action@v1.11.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

View file

@ -24,14 +24,14 @@ jobs:
uses: docker/setup-buildx-action@v1.6.0
- name: Login to ghcr.io
uses: docker/login-action@v1.10.0
uses: docker/login-action@v1.11.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Login to DockerHub
uses: docker/login-action@v1.10.0
uses: docker/login-action@v1.11.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}