Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-images-for-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down