From 2f22e067694bf4f2d0e2ddc1b1239ad3afd3a4f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 17:44:14 +0000 Subject: [PATCH] Bump RafikFarhad/push-to-gcr-github-action from 5.pre.beta to 5.pre.rc1 Bumps [RafikFarhad/push-to-gcr-github-action](https://github.com/rafikfarhad/push-to-gcr-github-action) from 5.pre.beta to 5.pre.rc1. - [Release notes](https://github.com/rafikfarhad/push-to-gcr-github-action/releases) - [Commits](https://github.com/rafikfarhad/push-to-gcr-github-action/compare/v5-beta...v5-rc1) --- updated-dependencies: - dependency-name: RafikFarhad/push-to-gcr-github-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-deploy-images.yaml | 4 ++-- .github/workflows/build-semsim-image.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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