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
6963074cef
commit
c1ee5d2dbc
1 changed files with 2 additions and 2 deletions
4
.github/workflows/maven-publish.yml
vendored
4
.github/workflows/maven-publish.yml
vendored
|
@ -52,11 +52,11 @@ jobs:
|
||||||
|
|
||||||
- name: Docker 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:$GITHUB_SHA .
|
||||||
|
|
||||||
- name: Docker 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:$GITHUB_SHA
|
||||||
|
|
||||||
# - name: Docker Deploy
|
# - name: Docker Deploy
|
||||||
# run: |
|
# run: |
|
||||||
|
|
Loading…
Reference in a new issue