From 724de2c1b91581fca29ecbcb77537095affd40d2 Mon Sep 17 00:00:00 2001 From: songtianlun Date: Sun, 18 Aug 2024 22:07:35 +0800 Subject: [PATCH] fix: ci revert name --- .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 226da1845..2051680b4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: context: . file: ./Dockerfile.docs push: true - tags: dokploy/dokploy-docs:latest + tags: dokploy/docs:latest platforms: linux/amd64 build-and-push-image-website: @@ -46,5 +46,5 @@ jobs: context: . file: ./Dockerfile.website push: true - tags: dokploy/dokploy-website:latest + tags: dokploy/website:latest platforms: linux/amd64