pipeline runner
All checks were successful
Image builder / build (push) Successful in 23s

This commit is contained in:
Tanguy Herbron 2023-08-05 22:04:28 +02:00
parent f3d54e7674
commit 117a41307f

View File

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