mirror of
https://github.com/docker/metadata-action.git
synced 2025-04-14 21:29:30 +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
|
||||
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:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
|
Loading…
x
Reference in New Issue
Block a user