Merge pull request #259 from buanet/dependabot/github_actions/main/docker/login-action-2.0.0

Bump docker/login-action from 1.14.1 to 2.0.0
This commit is contained in:
André Germann
2022-06-14 12:39:10 +02:00
committed by GitHub
6 changed files with 11 additions and 11 deletions

View File

@@ -46,13 +46,13 @@ jobs:
uses: docker/setup-buildx-action@v2.0.0
- name: Login to DockerHub
uses: docker/login-action@v1.14.1
uses: docker/login-action@v2.0.0
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASS }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v1.14.1
uses: docker/login-action@v2.0.0
with:
registry: ghcr.io
username: ${{ secrets.PACKAGES_USER }}