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