mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-25 16:44:01 +08:00
simplified workflow
This commit is contained in:
parent
ec7f308521
commit
ca6754946b
1 changed files with 0 additions and 9 deletions
9
.github/workflows/publish-docker.yml
vendored
9
.github/workflows/publish-docker.yml
vendored
|
@ -23,17 +23,8 @@ jobs:
|
|||
id: meta
|
||||
uses: crazy-max/ghaction-docker-meta@v2
|
||||
with:
|
||||
#list of images to use as base name for tags
|
||||
images:
|
||||
nusak/netmaker
|
||||
# generate Docker tags based on following events/attributes
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=ref,event=pr
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
type=semver,pattern={{major}}
|
||||
type=sha
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
|
|
Loading…
Reference in a new issue