From d74d12ae79fe65bf00beb1f88c29cbe1b5f5984c Mon Sep 17 00:00:00 2001 From: Jeff Culverhouse Date: Sun, 26 Oct 2025 01:43:17 -0600 Subject: [PATCH] chore: fix duplicate labels in action --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index f6f3aa5..c43a4bb 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -163,11 +163,11 @@ jobs: build-args: | VERSION=${{ env.VERSION }} tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} platforms: linux/arm64,linux/amd64 cache-from: type=gha cache-to: type=gha,mode=max labels: | + ${{ steps.meta.outputs.labels }} org.opencontainers.image.version=${{ env.RELEASE_TAG }} org.opencontainers.image.title=amcrest2mqtt org.opencontainers.image.source=${{ github.repository }}