From 7230fae6c40895ce90c74aab6e58f526d30146d2 Mon Sep 17 00:00:00 2001 From: echo8 Date: Sun, 8 Dec 2024 23:36:16 +0900 Subject: [PATCH] push to ghcr --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 1a66110..76c64ba 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -28,5 +28,5 @@ jobs: uses: docker/build-push-action@v6 with: push: true - tags: echo8/pastesphere:latest + tags: ghcr.io/echo8/pastesphere:latest file: Dockerfile.server