diff --git a/.github/workflows/build-push-ghcr.yml b/.github/workflows/build-push-ghcr.yml index 3edf825..8748189 100644 --- a/.github/workflows/build-push-ghcr.yml +++ b/.github/workflows/build-push-ghcr.yml @@ -47,5 +47,5 @@ jobs: context: . file: Dockerfile.base push: ${{ github.ref_type == 'tag' || github.ref_name == 'main' || startsWith(github.ref_name, 'feat-')}} - tags: ${steps.meta.outputs.tags} + tags: ${{ steps.meta.outputs.tags | lower }} labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file