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