fix push docker prefix

This commit is contained in:
TianLun Song
2024-08-18 01:04:22 +08:00
committed by GitHub
parent 6bd98350d9
commit 8f11207d72

View File

@@ -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