From dcdcc826814e5904f2d27bc68175ad03a1d0b326 Mon Sep 17 00:00:00 2001 From: CharlieC3 <2747302+CharlieC3@users.noreply.github.com> Date: Tue, 9 Mar 2021 12:05:36 -0500 Subject: [PATCH] chore: add new ci step --- .github/workflows/ci.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26e5b38..01d0db5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: