From 8f11207d72e1390c9b0e9f4c398e5e582680198c Mon Sep 17 00:00:00 2001 From: TianLun Song Date: Sun, 18 Aug 2024 01:04:22 +0800 Subject: [PATCH] fix push docker prefix --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2051680b..29deceb7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: context: . file: ./Dockerfile.docs push: true - tags: dokploy/docs:latest + tags: songtianlun/dokploy-docs:latest platforms: linux/amd64 build-and-push-image-website: @@ -46,5 +46,5 @@ jobs: context: . file: ./Dockerfile.website push: true - tags: dokploy/website:latest + tags: songtianlun/dokploy-website:latest platforms: linux/amd64