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: |
gcloud auth configure-docker
- name: Build
- name: Docker Build
run: |
docker build -t gcr.io/${{ secrets.GCP_PROJECT_ID }}/helloworld:latest .
- name: Push
- name: Docker Push
run: |
docker push gcr.io/${{ secrets.GCP_PROJECT_ID }}/helloworld:latest
# - name: Deploy
# - name: Docker Deploy
# run: |
# gcloud run deploy helloworld \
# --region europe-west1 \