changing secret to vars

This commit is contained in:
Amit Rajput 2025-11-27 15:38:56 +05:30
parent 41fdf1fa9b
commit c9ce6e5f2b

View File

@ -50,6 +50,7 @@ jobs:
- name: Push the container image
run: docker push ${{ steps.get-id.outputs.DOCKER_IMAGE }}
push-container-gcp:
runs-on: ubuntu-22.04
steps:
@ -80,7 +81,7 @@ jobs:
- name: Set up gcloud
uses: google-github-actions/setup-gcloud@v2
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}
project_id: ${{ vars.GCP_PROJECT_ID }}
export_default_credentials: true
- name: Configure Docker for GAR