simplified workflow

This commit is contained in:
Matthew R Kasun 2021-04-06 19:31:35 +00:00
parent ec7f308521
commit ca6754946b

View file

@ -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