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