mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-23 14:58:44 +00:00
Update main.yml
This commit is contained in:
parent
ed22399824
commit
dced882f75
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -13,12 +13,12 @@ jobs:
|
|||||||
id: meta
|
id: meta
|
||||||
uses: crazy-max/ghaction-docker-meta@v2
|
uses: crazy-max/ghaction-docker-meta@v2
|
||||||
with:
|
with:
|
||||||
# list of Docker images to use as base name for tags
|
images: |
|
||||||
images: gcr.io/up9-docker-hub/mizu
|
gcr.io/up9-docker-hub/mizu/${GITHUB_REF##*/}
|
||||||
# generate Docker tags based on the following events/attributes
|
|
||||||
tags: |
|
tags: |
|
||||||
type=ref,event=branch
|
|
||||||
type=sha
|
type=sha
|
||||||
|
type=raw,${{GITHUB_SHA}}
|
||||||
|
type=raw,latest
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user