diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0b8740..b12f19b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: service_account: ${{ secrets.GH_GCLOUD_SERVICE_ACCOUNT }} - name: Login to GCR - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: gcr.io username: oauth2accesstoken