From 9d142b4469969d8f867002d40504d1e5510163b5 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sat, 23 Aug 2025 16:18:46 +0200 Subject: ci(docker): tag name --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index a7b5fee..3eaf991 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -56,7 +56,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: ${{ github.actor }}/warden-${{ matrix.crate }} + images: ghcr.io/${{ github.actor }}/warden-${{ matrix.crate }}${{ (matrix.crate == 'warden' || matrix.crate == 'configuration') && format('-{0}', github.event.inputs.apiDoc || 'scalar') || '' }} - name: Build and push uses: docker/build-push-action@v6 @@ -66,7 +66,7 @@ jobs: context: . file: crates/${{ matrix.crate }}/Dockerfile provenance: mode=max - tags: ghcr.io/${{ steps.meta.outputs.tags }}${{ matrix.crate == 'warden' || matrix.crate == 'configuration' && format('-{0}', github.event.inputs.apiDoc) || '' }} + tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} build-args: | FEATURES=${{ github.event.inputs.apiDoc || 'scalar' }} -- cgit v1.2.3