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
|
- name: Push the container image
|
||||||
run: docker push ${{ steps.get-id.outputs.DOCKER_IMAGE }}
|
run: docker push ${{ steps.get-id.outputs.DOCKER_IMAGE }}
|
||||||
|
|
||||||
push-container-gcp:
|
push-container-gcp:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
@ -80,7 +81,7 @@ jobs:
|
|||||||
- name: Set up gcloud
|
- name: Set up gcloud
|
||||||
uses: google-github-actions/setup-gcloud@v2
|
uses: google-github-actions/setup-gcloud@v2
|
||||||
with:
|
with:
|
||||||
project_id: ${{ secrets.GCP_PROJECT_ID }}
|
project_id: ${{ vars.GCP_PROJECT_ID }}
|
||||||
export_default_credentials: true
|
export_default_credentials: true
|
||||||
|
|
||||||
- name: Configure Docker for GAR
|
- name: Configure Docker for GAR
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user