diff --git a/.github/workflows/build-and-deploy-images.yaml b/.github/workflows/build-and-deploy-images.yaml index 345ed8f09..2b8457b02 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-rc1 + uses: RafikFarhad/push-to-gcr-github-action@v5 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-rc1 + uses: RafikFarhad/push-to-gcr-github-action@v5 with: gcloud_service_key: ${{ secrets.JSON_GCLOUD_SERVICE_ACCOUNT_JSON }} registry: us-central1-docker.pkg.dev diff --git a/.github/workflows/build-images-for-branch.yaml b/.github/workflows/build-images-for-branch.yaml index 79c148fef..2cbd47d28 100644 --- a/.github/workflows/build-images-for-branch.yaml +++ b/.github/workflows/build-images-for-branch.yaml @@ -24,7 +24,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 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 @@ -68,7 +68,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 with: gcloud_service_key: ${{ secrets.JSON_GCLOUD_SERVICE_ACCOUNT_JSON }} registry: us-central1-docker.pkg.dev