From e729b29523c8240cc86258ea3fe22326d8c346b0 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:08:06 +0900 Subject: [PATCH] =?UTF-8?q?:hammer:=20fix(ci)=20:=20=EB=8F=84=EC=BB=A4?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC=20=EC=9D=B4=EB=A6=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index e5a4f71..cf31f98 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -30,7 +30,7 @@ jobs: uses: docker/build-push-action@v2 with: context: . - file: ./Dockerfile.prod + file: ./Dockerfile platforms: linux/amd64 push: true tags: ${{ steps.docker_meta.outputs.tags }}