Commit 386c2ccc authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Merge pull request #320 from kroese/renovate/docker-login-action-3.x

chore(deps): update docker/login-action action to v3
parents b4e19ccc f290fb70
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -54,13 +54,13 @@ jobs:
          echo "build_date=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT
      -
        name: Login into Docker Hub
        uses: docker/login-action@v2
        uses: docker/login-action@v3
        with:
          username: ${{ secrets.DOCKERHUB_USERNAME }}
          password: ${{ secrets.DOCKERHUB_TOKEN }}
      -
        name: Login to GitHub Container Registry
        uses: docker/login-action@v2
        uses: docker/login-action@v3
        with:
          registry: ghcr.io
          username: ${{ github.actor }}