diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index cc45357..0b51bc4 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -77,7 +77,7 @@ jobs: # https://github.com/docker/login-action - name: Log into ghcr.io registry if: github.event_name != 'pull_request' - uses: docker/login-action@v2.1.0 + uses: docker/login-action@v3.0.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}