Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump RafikFarhad/push-to-gcr-github-action from 5.pre.beta to 5.pre.rc1 #690

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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-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
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-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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-semsim-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading