mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 07:45:49 +00:00
Update maven-publish.yml
This commit is contained in:
parent
daf2ba120a
commit
6963074cef
1 changed files with 3 additions and 3 deletions
6
.github/workflows/maven-publish.yml
vendored
6
.github/workflows/maven-publish.yml
vendored
|
@ -50,15 +50,15 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
gcloud auth configure-docker
|
gcloud auth configure-docker
|
||||||
|
|
||||||
- name: Build
|
- name: Docker Build
|
||||||
run: |
|
run: |
|
||||||
docker build -t gcr.io/${{ secrets.GCP_PROJECT_ID }}/helloworld:latest .
|
docker build -t gcr.io/${{ secrets.GCP_PROJECT_ID }}/helloworld:latest .
|
||||||
|
|
||||||
- name: Push
|
- name: Docker Push
|
||||||
run: |
|
run: |
|
||||||
docker push gcr.io/${{ secrets.GCP_PROJECT_ID }}/helloworld:latest
|
docker push gcr.io/${{ secrets.GCP_PROJECT_ID }}/helloworld:latest
|
||||||
|
|
||||||
# - name: Deploy
|
# - name: Docker Deploy
|
||||||
# run: |
|
# run: |
|
||||||
# gcloud run deploy helloworld \
|
# gcloud run deploy helloworld \
|
||||||
# --region europe-west1 \
|
# --region europe-west1 \
|
||||||
|
|
Loading…
Reference in a new issue