From a377830a842217bc24f9d3b73825e57f85164aab Mon Sep 17 00:00:00 2001 From: Albert Chen Date: Fri, 17 Mar 2023 15:10:58 +0800 Subject: [PATCH] fix: fix alignment --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9746d88..54219d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,8 +8,8 @@ name: Create and publish a Docker image on: push: branches: ['main'] - tags: - - '*' + tags: + - '*' env: REGISTRY: ghcr.io