Merge pull request #346 from buanet/dependabot/github_actions/main/docker/login-action-2.2.0

Bump docker/login-action from 2.1.0 to 2.2.0
This commit is contained in:
André Germann
2023-07-02 21:57:42 +02:00
committed by GitHub
6 changed files with 11 additions and 11 deletions

View File

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