Update maven-publish.yml

This commit is contained in:
Yevhenii Pokhvalii 2021-03-11 15:25:14 +02:00 committed by GitHub
parent 1d08994f5e
commit b980214363
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,11 +29,21 @@ jobs:
- name: Build with Maven - name: Build with Maven
run: mvn -B package --file pom.xml run: mvn -B package --file pom.xml
- name: Build and Push Docker Image # - name: Build and Push Docker Image
uses: mr-smithers-excellent/docker-build-push@v5 # uses: mr-smithers-excellent/docker-build-push@v5
with: # with:
image: eugenedemo1/pet-clinic-maven-test # image: eugenedemo1/pet-clinic-maven-test
# tags: v1, latest # tags: v1, latest
registry: docker.io # registry: docker.io
username: ${{ secrets.DOCKER_USERNAME }} # username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }} # password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and Push Docker Image
uses: raccoondev/push-docker-gcr
with:
gcr_host: eu.gcr.io
image_name: git-ops-automation/pet-clinic-test
image_tag: latest
env:
GCLOUD_SERVICE_KEY: ${{ secrets.GCLOUD_SERVICE_KEY }}
GOOGLE_PROJECT_ID: ${{ secrets.GOOGLE_PROJECT_ID }}