From a6dc513e27a7d9e6f90ac9fea6ae173bc8ffb06f Mon Sep 17 00:00:00 2001 From: log101 Date: Thu, 27 Feb 2025 19:46:59 +0000 Subject: [PATCH] Update .gitea/workflows/static-deploy.yml --- .gitea/workflows/static-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/static-deploy.yml b/.gitea/workflows/static-deploy.yml index 0c43566..bc1fc06 100644 --- a/.gitea/workflows/static-deploy.yml +++ b/.gitea/workflows/static-deploy.yml @@ -18,4 +18,4 @@ jobs: uses: docker/build-push-action@v6 with: push: ${{ github.event_name != 'pull_request' }} - tags: localhost:32000/log101-blog:latest + tags: 192.168.88.252:32000/log101-blog:latest