~cytrogen/masto-fe

19bc73b736bf26d5126148f6d0b9fbc5e737b34c — renovate[bot] 2 years ago cf9230f
Update docker/login-action action to v3 (#27121)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 files changed, 2 insertions(+), 2 deletions(-)

M .github/workflows/build-container-image.yml
M .github/workflows/build-container-image.yml => .github/workflows/build-container-image.yml +2 -2
@@ 61,14 61,14 @@ jobs:

      - name: Log in to Docker Hub
        if: contains(inputs.push_to_images, 'tootsuite')
        uses: docker/login-action@v2
        uses: docker/login-action@v3
        with:
          username: ${{ secrets.DOCKERHUB_USERNAME }}
          password: ${{ secrets.DOCKERHUB_TOKEN }}

      - name: Log in to the Github Container registry
        if: contains(inputs.push_to_images, 'ghcr.io')
        uses: docker/login-action@v2
        uses: docker/login-action@v3
        with:
          registry: ghcr.io
          username: ${{ github.actor }}