Update main.yml

This commit is contained in:
gadotroee 2021-04-29 12:27:58 +03:00 committed by GitHub
parent efcc071a3e
commit 87aae2f6f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,8 @@ on:
push:
branches:
- 'feature/try_guthub_action'
- 'develop'
- 'main'
jobs:
docker:
runs-on: ubuntu-latest
@ -13,7 +14,7 @@ jobs:
- name: Login to DockerHub
uses: sendinblue/build-and-push-action@main
with:
image-name: 'mizu/tst'
image-name: 'mizu/${GITHUB_REF##*/}'
gcp-project-id: 'up9-docker-hub'
gcp-service-account-key: ${{ secrets.GCR_JSON_KEY }}