Fix Docker image naming in build workflow

This commit is contained in:
2026-02-12 17:33:01 +09:00
committed by GitHub
parent 1699164e59
commit 4829551f36

View File

@@ -57,7 +57,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_PREFIX }}/${{ matrix.image }}
images: ${{ env.REGISTRY }}/${{ env.IMAGE_PREFIX }}-${{ matrix.image }}
tags: |
type=raw,value=latest
type=raw,value={{date 'YYYYMMDD'}}