diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1a59316..2ee41cb 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: lint: runs-on: ubuntu-latest container: - image: node:20-bookworm + image: gitea-job-image steps: - name: Clone repo run: | @@ -34,7 +34,7 @@ jobs: test: runs-on: ubuntu-latest container: - image: node:20-bookworm + image: gitea-job-image steps: - name: Clone repo run: | @@ -69,7 +69,7 @@ jobs: security: runs-on: ubuntu-latest container: - image: node:20-bookworm + image: gitea-job-image steps: - name: Clone repo run: |