From 61f73d3ed5c1f5683b3cf53439c67e8f76133642 Mon Sep 17 00:00:00 2001 From: dmitrii-parshenkov Date: Fri, 12 Dec 2025 15:07:29 +0100 Subject: [PATCH] ci(build): update image tag to use branch name in workflow --- .github/workflows/build-docker-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docker-image.yaml b/.github/workflows/build-docker-image.yaml index af5eb187..95d1964d 100644 --- a/.github/workflows/build-docker-image.yaml +++ b/.github/workflows/build-docker-image.yaml @@ -56,5 +56,5 @@ jobs: - name: Build | Generate SBOM uses: anchore/sbom-action@fbfd9c6c189226748411491745178e0c2017392d # v0.20.10 with: - image: ${{ steps.meta.outputs.tags }} + image: ghcr.io/mostly-ai/docs:${{ github.ref_name }} format: cyclonedx-json