Create main.yml

This commit is contained in:
gadotroee 2021-04-29 12:18:00 +03:00 committed by GitHub
parent 8ea801cd7e
commit dd78e5c962
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: ci
on:
push:
branches:
- 'feature/try_guthub_action'
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Login to DockerHub
uses: sendinblue/build-and-push-action@main
with:
image-name: 'mizu/tst'
gcp-project-id: 'up9-docker-hub'
gcp-service-account-key: ${{ secrets.GCR_JSON_KEY }}