diff --git a/.github/workflows/build_container.yml b/.github/workflows/build_container.yml index 77ff2f0e..54b93604 100644 --- a/.github/workflows/build_container.yml +++ b/.github/workflows/build_container.yml @@ -95,7 +95,7 @@ jobs: labels: ${{ steps.meta.outputs.labels || steps.meta_pr.outputs.labels }} - name: Login to GitHub Container Registry - uses: docker/login-action@v2.1.0 + uses: docker/login-action@v3.2.0 with: registry: ghcr.io username: ${{ github.actor }}