diff --git a/.gitea/workflows/builder.yaml b/.gitea/workflows/builder.yaml index 93cc792..c543978 100644 --- a/.gitea/workflows/builder.yaml +++ b/.gitea/workflows/builder.yaml @@ -7,11 +7,9 @@ on: jobs: build: container: - image: node:16-bullseye + image: git.halis.io/athens-school/runner-images:debian12.1-node18 runs-on: [arm64] steps: - - name: Check content - run: ls - - name: Echo message - run: echo "Hello world" + - name: Checkout repository + uses: actions/checkout@v3