Updated var reference.

This commit is contained in:
Mike Cao 2024-02-29 20:19:56 -08:00
parent a6acd5e099
commit 0bae517677
2 changed files with 3 additions and 3 deletions

View File

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

View File

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