changing secret to vars
This commit is contained in:
parent
41fdf1fa9b
commit
c9ce6e5f2b
3
.github/workflows/push-container.yml
vendored
3
.github/workflows/push-container.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user