Update ci workflow

This commit is contained in:
CrazyMax 2020-12-01 06:21:14 +01:00
parent c7ce4f1da6
commit 6866b19b9e
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

View File

@ -82,6 +82,12 @@ jobs:
tag-semver:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
tag-latest:
- 'true'
- 'false'
steps:
-
name: Checkout
@ -97,6 +103,7 @@ jobs:
{{raw}}
{{version}}
{{major}}.{{minor}}.{{patch}}
tag-latest: ${{ matrix.tag-latest }}
docker-push:
runs-on: ubuntu-latest
@ -116,7 +123,10 @@ jobs:
with:
images: ${{ env.DOCKER_IMAGE }}
tag-sha: true
tag-match: '\d{1,3}.\d{1,3}.\d{1,3}'
tag-semver: |
v{{version}}
v{{major}}.{{minor}}
v{{major}}
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1