mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-24 15:24:17 +00:00
Update main.yml
This commit is contained in:
parent
0dc41e125e
commit
231a4f2f8f
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -9,15 +9,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Extract branch name
|
|
||||||
shell: bash
|
|
||||||
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
|
|
||||||
id: extract_branch
|
|
||||||
- name: Docker meta
|
- name: Docker meta
|
||||||
id: meta
|
id: meta
|
||||||
uses: crazy-max/ghaction-docker-meta@v2
|
uses: crazy-max/ghaction-docker-meta@v2
|
||||||
with:
|
with:
|
||||||
images: gcr.io/up9-docker-hub/mizu/${{ steps.extract_branch.outputs.branch }}
|
images: gcr.io/up9-docker-hub/mizu/${GITHUB_REF#refs/heads/}
|
||||||
tags: |
|
tags: |
|
||||||
type=sha
|
type=sha
|
||||||
type=raw,${{ github.sha }}
|
type=raw,${{ github.sha }}
|
||||||
|
Loading…
Reference in New Issue
Block a user