diff options
| author | rtkay123 <dev@kanjala.com> | 2025-08-23 16:18:46 +0200 |
|---|---|---|
| committer | rtkay123 <dev@kanjala.com> | 2025-08-23 16:18:46 +0200 |
| commit | 9d142b4469969d8f867002d40504d1e5510163b5 (patch) | |
| tree | 27fed0a489b62a8385339985abda890919e01c14 /.github/workflows | |
| parent | 713795796bc6adae99a3ab9d1dc3e7ba428ca08c (diff) | |
| download | warden-9d142b4469969d8f867002d40504d1e5510163b5.tar.bz2 warden-9d142b4469969d8f867002d40504d1e5510163b5.zip | |
ci(docker): tag name
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/publish.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
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' }} |
