mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-23 23:08:35 +00:00
Create main.yml
This commit is contained in:
parent
8ea801cd7e
commit
dd78e5c962
17
.github/workflows/main.yml
vendored
Normal file
17
.github/workflows/main.yml
vendored
Normal 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 }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user