1
0
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:
CharlieC3 2021-03-09 12:05:36 -05:00
parent 983af1f9f4
commit dcdcc82681
No known key found for this signature in database
GPG Key ID: 0DDC8A2437C56218

@ -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: