mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-16 15:38:40 +00:00
Update main.yml
This commit is contained in:
parent
efcc071a3e
commit
87aae2f6f7
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -3,7 +3,8 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'feature/try_guthub_action'
|
- 'feature/try_guthub_action'
|
||||||
|
- 'develop'
|
||||||
|
- 'main'
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -13,7 +14,7 @@ jobs:
|
|||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
uses: sendinblue/build-and-push-action@main
|
uses: sendinblue/build-and-push-action@main
|
||||||
with:
|
with:
|
||||||
image-name: 'mizu/tst'
|
image-name: 'mizu/${GITHUB_REF##*/}'
|
||||||
gcp-project-id: 'up9-docker-hub'
|
gcp-project-id: 'up9-docker-hub'
|
||||||
gcp-service-account-key: ${{ secrets.GCR_JSON_KEY }}
|
gcp-service-account-key: ${{ secrets.GCR_JSON_KEY }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user