From 7b542db727ccfb4536e69b243b1a567652f135a0 Mon Sep 17 00:00:00 2001 From: yousan Date: Sat, 2 Dec 2023 01:43:08 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20push=E3=81=99=E3=82=8Bpath=E3=81=AE?= =?UTF-8?q?=E5=A4=89=E6=9B=B4?= 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 96315f9..891436b 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -28,4 +28,4 @@ jobs: context: . file: ./Dockerfile push: true - tags: ghcr.io/${{ github.repository_owner }}/lcm-docker-image/lcm-docker-image:latest + tags: ghcr.io/midralab/lcm-docker-image/lcm-docker-image:latest