Unverified Commit 0127c0c8 authored by Renovate Bot's avatar Renovate Bot
Browse files

Update docker/login-action action to v2

parent 0c393a8a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,13 +32,13 @@ jobs:
          flavor: |
            latest=true
      - name: Login to DockerHub
        uses: docker/login-action@v1
        uses: docker/login-action@v2
        if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
        with:
          username: ${{ secrets.DOCKERHUB_USERNAME }}
          password: ${{ secrets.DOCKERHUB_TOKEN }}
      - name: Login to Github Registry
        uses: docker/login-action@v1
        uses: docker/login-action@v2
        if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
        with:
          registry: ghcr.io