diff --git a/.github/workflows/build-and-deploy-images.yaml b/.github/workflows/build-and-deploy-images.yaml index 46b35dba5..d08bdb361 100644 --- a/.github/workflows/build-and-deploy-images.yaml +++ b/.github/workflows/build-and-deploy-images.yaml @@ -28,7 +28,7 @@ jobs: echo "IMAGE_TAG=${IMAGE_TAG//v}" >> $GITHUB_OUTPUT - name: Build and Push Image - uses: RafikFarhad/push-to-gcr-github-action@v5-beta + uses: RafikFarhad/push-to-gcr-github-action@v5-rc1 with: gcloud_service_key: ${{ secrets.JSON_GCLOUD_SERVICE_ACCOUNT_JSON }} registry: us-central1-docker.pkg.dev @@ -72,7 +72,7 @@ jobs: # ./services/nginx/config/, copied to /etc/nginx/conf.d/ in the image - name: Build and Push Image - uses: RafikFarhad/push-to-gcr-github-action@v5-beta + uses: RafikFarhad/push-to-gcr-github-action@v5-rc1 with: gcloud_service_key: ${{ secrets.JSON_GCLOUD_SERVICE_ACCOUNT_JSON }} registry: us-central1-docker.pkg.dev diff --git a/.github/workflows/build-semsim-image.yaml b/.github/workflows/build-semsim-image.yaml index dcfdbd12f..76eb972ce 100644 --- a/.github/workflows/build-semsim-image.yaml +++ b/.github/workflows/build-semsim-image.yaml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 # to get all tags - name: Build and Push Image - uses: RafikFarhad/push-to-gcr-github-action@v5-beta + uses: RafikFarhad/push-to-gcr-github-action@v5-rc1 with: gcloud_service_key: ${{ secrets.JSON_GCLOUD_SERVICE_ACCOUNT_JSON }} # not needed if you use google-github-actions/auth registry: us-central1-docker.pkg.dev