diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index fc71821..75b2d5b 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -35,7 +35,7 @@ jobs: # https://github.com/docker/login-action - name: Log into registry ${{ env.REGISTRY }} if: github.event_name != 'pull_request' - uses: docker/login-action@v1.14.1 + uses: docker/login-action@v3.6.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}