File tree Expand file tree Collapse file tree 1 file changed +9
-15
lines changed
Expand file tree Collapse file tree 1 file changed +9
-15
lines changed Original file line number Diff line number Diff line change @@ -80,21 +80,15 @@ jobs:
8080
8181 - name : Set up Docker to use gcloud as a credential helper
8282 run : |
83- gcloud auth configure-docker us-central1 -docker.pkg.dev
83+ gcloud auth configure-docker us-east1 -docker.pkg.dev
8484
85-
86- - name : Set up QEMU
87- uses : docker/setup-qemu-action@v2
88-
89- - name : Set up Docker Buildx
90- uses : docker/setup-buildx-action@v2
91-
92-
93- - name : Build and push Linux images (amd64 + arm64)
94- uses : docker/build-push-action@v4
85+ - uses : RafikFarhad/push-to-gcr-github-action@v5-rc1
9586 with :
96- context : .
97- push : true
98- tags : us-central1-docker.pkg.dev/airport-ci-service/python-airport-test-server/python-airport-test-server:latest
99- platforms : linux/amd64
87+ registry : gcr.io
88+ project_id : airport-ci-service
89+ image_name : backend
90+ image_tag : latest,v1
91+ dockerfile : ./Dockerfile
92+ context : ./docker
93+
10094
You can’t perform that action at this time.
0 commit comments