mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-22 22:39:40 +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
|
||||
uses: crazy-max/ghaction-docker-meta@v2
|
||||
with:
|
||||
# list of Docker images to use as base name for tags
|
||||
images: gcr.io/up9-docker-hub/mizu
|
||||
# generate Docker tags based on the following events/attributes
|
||||
images: |
|
||||
gcr.io/up9-docker-hub/mizu/${GITHUB_REF##*/}
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=sha
|
||||
type=raw,${{GITHUB_SHA}}
|
||||
type=raw,latest
|
||||
- name: Login to DockerHub
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user