Skip to content

Commit e32ef46

Browse files
authored
Merge pull request #1257 from monarch-initiative/fix/update-gcr-push-action-v5
fix: update push-to-gcr-github-action to v5
2 parents 73dedf7 + 321a8ed commit e32ef46

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-and-deploy-images.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
echo "IMAGE_TAG=${IMAGE_TAG//v}" >> $GITHUB_OUTPUT
2929
3030
- name: Build and Push Image
31-
uses: RafikFarhad/push-to-gcr-github-action@v5-rc1
31+
uses: RafikFarhad/push-to-gcr-github-action@v5
3232
with:
3333
gcloud_service_key: ${{ secrets.JSON_GCLOUD_SERVICE_ACCOUNT_JSON }}
3434
registry: us-central1-docker.pkg.dev
@@ -72,7 +72,7 @@ jobs:
7272
# ./services/nginx/config/, copied to /etc/nginx/conf.d/ in the image
7373

7474
- name: Build and Push Image
75-
uses: RafikFarhad/push-to-gcr-github-action@v5-rc1
75+
uses: RafikFarhad/push-to-gcr-github-action@v5
7676
with:
7777
gcloud_service_key: ${{ secrets.JSON_GCLOUD_SERVICE_ACCOUNT_JSON }}
7878
registry: us-central1-docker.pkg.dev

.github/workflows/build-images-for-branch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
echo "IMAGE_TAG=${IMAGE_TAG//v}" >> $GITHUB_OUTPUT
2525
2626
- name: Build and Push Image
27-
uses: RafikFarhad/push-to-gcr-github-action@v5-beta
27+
uses: RafikFarhad/push-to-gcr-github-action@v5
2828
with:
2929
gcloud_service_key: ${{ secrets.JSON_GCLOUD_SERVICE_ACCOUNT_JSON }} # not needed if you use google-github-actions/auth
3030
registry: us-central1-docker.pkg.dev
@@ -68,7 +68,7 @@ jobs:
6868
# ./services/nginx/config/, copied to /etc/nginx/conf.d/ in the image
6969

7070
- name: Build and Push Image
71-
uses: RafikFarhad/push-to-gcr-github-action@v5-beta
71+
uses: RafikFarhad/push-to-gcr-github-action@v5
7272
with:
7373
gcloud_service_key: ${{ secrets.JSON_GCLOUD_SERVICE_ACCOUNT_JSON }}
7474
registry: us-central1-docker.pkg.dev

0 commit comments

Comments
 (0)