From 739be4169e7cbdfceb06c3af41328c0d2d81bba1 Mon Sep 17 00:00:00 2001 From: ties Date: Tue, 27 Aug 2024 07:55:21 +0000 Subject: [PATCH] Update .gitea/workflows/build.yaml --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 586c10d..c2134be 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -11,7 +11,7 @@ jobs: - name: Login to Docker Hub uses: docker/login-action@v3 with: - registry: http://gitea-http.git:3000 + registry: https://git.ties.one username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} @@ -20,4 +20,4 @@ jobs: with: context: . push: true - tags: public/custom_act_runner:latest \ No newline at end of file + tags: https://git.ties.one/public/custom_act_runner:latest \ No newline at end of file