mirror of
https://gitea.com/docker/metadata-action.git
synced 2024-11-22 12:09:32 +01:00
Update CI workflow
This commit is contained in:
parent
7ef05591b5
commit
9fad2f37d6
1 changed files with 16 additions and 0 deletions
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
|
@ -80,6 +80,22 @@ jobs:
|
||||||
tag-match: ${{ matrix.tag-match }}
|
tag-match: ${{ matrix.tag-match }}
|
||||||
tag-match-group: ${{ matrix.tag-match-group }}
|
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:
|
docker-push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
services:
|
services:
|
||||||
|
|
Loading…
Reference in a new issue