mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-11 15:30:51 +00:00
Create main.yml
This commit is contained in:
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 }}
|
||||||
|
|
Reference in New Issue
Block a user