mirror of
https://github.com/docker/metadata-action.git
synced 2025-04-19 06:59:33 +02:00
chore: add new ci step
This commit is contained in:
parent
983af1f9f4
commit
dcdcc82681
17
.github/workflows/ci.yml
vendored
17
.github/workflows/ci.yml
vendored
@ -29,6 +29,23 @@ jobs:
|
|||||||
ghcr.io/name/app
|
ghcr.io/name/app
|
||||||
tag-sha: true
|
tag-sha: true
|
||||||
|
|
||||||
|
tag-prefix-suffix:
|
||||||
|
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-sha: true
|
||||||
|
tag-prefix: prefix-
|
||||||
|
tag-suffix: -suffix
|
||||||
|
|
||||||
tag-schedule:
|
tag-schedule:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user