From 40262d1ab9a2c3db3a764796eda50647fd2034e0 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Wed, 23 Dec 2020 21:50:40 +0100 Subject: [PATCH] Update ci workflow --- .github/workflows/ci.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2937c6..3c8063a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,6 +105,25 @@ jobs: {{major}}.{{minor}}.{{patch}} tag-latest: ${{ matrix.tag-latest }} + label-custom: + runs-on: ubuntu-latest + steps: + - + name: Checkout + uses: actions/checkout@v2 + - + name: Docker meta + uses: ./ + with: + images: | + ${{ env.DOCKER_IMAGE }} + ghcr.io/name/app + label-custom: | + maintainer=CrazyMax + org.opencontainers.image.title=MyCustomTitle + org.opencontainers.image.description=Another description + org.opencontainers.image.vendor=MyCompany + docker-push: runs-on: ubuntu-latest services: