File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments