diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d7d7b7c..01cb3d5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -33,7 +33,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: ${{ steps.base_image_name.outputs.image_name }} + images: ${{ env.REGISTRY }}/${{ github.repository }} tags: | type=raw,value=latest,enable={{is_default_branch}} type=raw,value={{branch}}-{{sha}}-{{date 'X'}},enable=${{ startsWith(github.ref, 'refs/heads') }}