mirror of
https://github.com/docker/metadata-action.git
synced 2025-04-04 09:10:25 +02:00
Update workflow
This commit is contained in:
parent
25a761ee4a
commit
4c72eb4391
23
.github/workflows/ci.yml
vendored
23
.github/workflows/ci.yml
vendored
@ -53,6 +53,29 @@ jobs:
|
|||||||
tag-sha: true
|
tag-sha: true
|
||||||
tag-schedule: ${{ matrix.tag-schedule }}
|
tag-schedule: ${{ matrix.tag-schedule }}
|
||||||
|
|
||||||
|
coerce:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
|
matrix:
|
||||||
|
tag-coerce-tag:
|
||||||
|
- "{{raw}}"
|
||||||
|
- "{{major}}.{{minor}}"
|
||||||
|
- "{{patch}}"
|
||||||
|
steps:
|
||||||
|
-
|
||||||
|
name: Checkout
|
||||||
|
uses: actions/checkout@v2.3.3
|
||||||
|
-
|
||||||
|
name: Docker meta
|
||||||
|
uses: ./
|
||||||
|
with:
|
||||||
|
images: |
|
||||||
|
${{ env.DOCKER_IMAGE }}
|
||||||
|
ghcr.io/name/app
|
||||||
|
tag-coerce-tag: ${{ matrix.tag-coerce-tag }}
|
||||||
|
tag-sha: true
|
||||||
|
|
||||||
docker-push:
|
docker-push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
services:
|
services:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user