diff --git a/.github/workflows/test-pull-image.yml b/.github/workflows/test-pull-image.yml index 7f8d6948..b17d0fb9 100644 --- a/.github/workflows/test-pull-image.yml +++ b/.github/workflows/test-pull-image.yml @@ -31,7 +31,7 @@ jobs: runs-on: [intel-cpu, 8-cpu, ci] container: - image: us-central1-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/deep-learning-images/huggingface-pytorch-transformers-4.37.2-py310 + image: ${{ secrets.GCP_PROJECT_ID }} credentials: username: _json_key password: ${{ secrets.GCP_SERVICE_ACCOUNT_JSON_KEY }}