From 0f2dba21ebbed04c716abd7b74133c0ac952ec6b Mon Sep 17 00:00:00 2001 From: nitezs Date: Fri, 15 Sep 2023 00:17:32 +0800 Subject: [PATCH] =?UTF-8?q?mod:=20=E5=A2=9E=E5=8A=A0=20dev=20=E5=88=86?= =?UTF-8?q?=E6=94=AF=E7=9A=84=20docker=20=E9=95=9C=E5=83=8F=E6=9E=84?= =?UTF-8?q?=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 77da130..98a87df 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -27,5 +27,5 @@ jobs: context: . file: ./Dockerfile push: true - tags: ghcr.io/${{ github.repository }}:latest + tags: ghcr.io/${{ github.repository }}:dev