From b2a320bc98ae4059bec5ba82624f2c0d7798c682 Mon Sep 17 00:00:00 2001 From: ties Date: Tue, 27 Aug 2024 07:53:23 +0000 Subject: [PATCH] Update .gitea/workflows/build.yaml --- .gitea/workflows/build.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 163cb62..119dad7 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -4,11 +4,6 @@ on: jobs: build: runs-on: ubuntu-latest - env: - RUNNER_TOOL_CACHE: /toolcache - strategy: - matrix: - node-version: [18.x, 20.x] steps: - name: Checkout uses: actions/checkout@v4 @@ -16,6 +11,7 @@ jobs: - name: Login to Docker Hub uses: docker/login-action@v3 with: + registry: gitea-http.git username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}