Update CI workflow

This commit is contained in:
CrazyMax 2020-11-18 00:32:35 +01:00
parent 7ef05591b5
commit 9fad2f37d6
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
1 changed files with 16 additions and 0 deletions

View File

@ -80,6 +80,22 @@ jobs:
tag-match: ${{ matrix.tag-match }}
tag-match-group: ${{ matrix.tag-match-group }}
tag-semver:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Docker meta
uses: ./
with:
images: |
${{ env.DOCKER_IMAGE }}
ghcr.io/name/app
tag-semver: |
{{raw}}
{{version}}
{{major}}.{{minor}}.{{patch}}
docker-push:
runs-on: ubuntu-latest
services: