From 64fa892b7a3960edb412c249e5515dc43b5f6578 Mon Sep 17 00:00:00 2001 From: coutug Date: Wed, 2 Oct 2024 17:45:43 -0400 Subject: [PATCH] try frontend --- .github/workflows/build-images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-images.yaml b/.github/workflows/build-images.yaml index ce0f7a8..6ce75ec 100644 --- a/.github/workflows/build-images.yaml +++ b/.github/workflows/build-images.yaml @@ -35,7 +35,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} + images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-frontend tags: | type=sha,prefix=,suffix=-{{date 'X'}} type=raw,enable=${{ !startsWith(github.ref, 'refs/tags/') }},value=develop