diff --git a/.github/workflows/build_test_package.yml b/.github/workflows/build_test_package.yml index d25ef7680..d07bda316 100644 --- a/.github/workflows/build_test_package.yml +++ b/.github/workflows/build_test_package.yml @@ -258,7 +258,7 @@ jobs: retention-days: 3 - name: Login to GitHub Container Registry - uses: docker/login-action@v3.4.0 + uses: docker/login-action@v3.6.0 if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') }} with: registry: ghcr.io