Merge pull request #373 from buanet/dependabot/github_actions/main/docker/login-action-3.0.0

Bump docker/login-action from 2.2.0 to 3.0.0
This commit is contained in:
André Germann
2023-09-28 22:23:24 +02:00
committed by GitHub
7 changed files with 13 additions and 13 deletions

View File

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