From 07616aad0efb6a20af182686e16e399f1ce44f9f Mon Sep 17 00:00:00 2001 From: Fascinated Date: Mon, 27 Mar 2023 22:49:22 +0100 Subject: [PATCH] fixes --- .gitea/workflows/publish.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index a558ef1..fa86a85 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -26,12 +26,7 @@ jobs: registry: git.fascinated.cc username: ${{ secrets.REPO_USERNAME }} password: ${{ secrets.REPO_TOKEN }} - - - name: Setup Node 19 - uses: actions/setup-node@v2 - with: - node-version: 19.x - + - name: Build and push uses: docker/build-push-action@v4 with: