Update maven-publish.yml

This commit is contained in:
Yevhenii Pokhvalii 2021-03-11 17:23:34 +02:00 committed by GitHub
parent daf2ba120a
commit 6963074cef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \