mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-25 15:54:43 +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:
|
||||
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 }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user