From 0a9ddeaab353f980d242cb6d3e8267090da922c0 Mon Sep 17 00:00:00 2001 From: wesley van tilburg Date: Sun, 24 Nov 2024 11:57:20 +0100 Subject: [PATCH] test: update ci --- .gitea/workflows/ci.yaml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 60bfa96..190df8c 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -6,8 +6,7 @@ on: jobs: container-build: - runs-on: plabble-sprinter - if: gitea.ref == 'refs/heads/main' + runs-on: runner-01-x86_64 env: RUNNER_TOOL_CACHE: /toolcache steps: @@ -17,16 +16,10 @@ jobs: uses: docker/setup-buildx-action@v2 with: endpoint: 'unix:///var/run/docker.sock' - - name: Login to Registry - uses: docker/login-action@v3 - with: - registry: git.plabble.org - username: ${{ secrets.REGISTRY_USERNAME }} - password: ${{ secrets.REGISTRY_TOKEN }} - name: Build and push uses: docker/build-push-action@v6 with: context: . file: ./Containerfile - push: true + push: false tags: git.plabble.org/job79/dev:latest -- 2.45.2