From 6c1f0aec2565d9fc62a003910aea06fc1b92e879 Mon Sep 17 00:00:00 2001 From: Abner Rizzi Date: Thu, 10 Aug 2023 09:20:11 -0300 Subject: [PATCH] test build and push --- .github/workflows/build-push-ghcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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