From b7585e2dc68a198ba2ccc9ab822754b3c135ce71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=B5=E1=84=8E=E1=85=A1=E1=86=AB=E1=84=8C?= =?UTF-8?q?=E1=85=B5=E1=86=AB?= Date: Sun, 17 Jul 2022 01:06:32 +0900 Subject: [PATCH] =?UTF-8?q?:rocket:=20feat(ci)=20:=20=EB=8F=84=EC=BB=A4=20?= =?UTF-8?q?=ED=97=88=EB=B8=8C=20=EC=84=B8=ED=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index acb7f3f..e5a4f71 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -3,7 +3,7 @@ on: push: branches: [main] # Publish semver tags as releases. - tags: ["v*.*.*"] + tags: ['v*.*.*'] jobs: build: @@ -15,7 +15,7 @@ jobs: id: docker_meta uses: crazy-max/ghaction-docker-meta@v1 with: - images: water0641/ticket-admin + images: water0641/ticket-admin-22th tag-semver: | {{version}} {{major}}.{{minor}}