From 0bae517677f655d99025cf9f5ab1248c338fb69e Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Thu, 29 Feb 2024 20:19:56 -0800 Subject: [PATCH] Updated var reference. --- .github/workflows/cd-manual.yml | 2 +- .github/workflows/cd.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd-manual.yml b/.github/workflows/cd-manual.yml index 6fefd16c18..b3f2f2a0f8 100644 --- a/.github/workflows/cd-manual.yml +++ b/.github/workflows/cd-manual.yml @@ -39,7 +39,7 @@ jobs: with: image: umami tags: ${{ matrix.db-type }}-${{ inputs.version }}, ${{ matrix.db-type }}-latest - labels: $DOCKER_LABELS + labels: ${{ DOCKER_LABELS }} buildArgs: DATABASE_TYPE=${{ matrix.db-type }} registry: ghcr.io multiPlatform: true diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 920542b724..105b76fe53 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -39,7 +39,7 @@ jobs: with: image: umami tags: ${{ matrix.db-type }}-${{ env.RELEASE_VERSION }}, ${{ matrix.db-type }}-latest - labels: $DOCKER_LABELS + labels: ${{ DOCKER_LABELS }} buildArgs: DATABASE_TYPE=${{ matrix.db-type }} registry: ghcr.io multiPlatform: true @@ -53,7 +53,7 @@ jobs: with: image: umamisoftware/umami tags: ${{ matrix.db-type }}-${{ env.RELEASE_VERSION }}, ${{ matrix.db-type }}-latest - labels: $DOCKER_LABELS + labels: ${{ DOCKER_LABELS }} buildArgs: DATABASE_TYPE=${{ matrix.db-type }} registry: docker.io username: ${{ secrets.DOCKER_USERNAME }}