cicd: new image
Some checks failed
/ build (push) Failing after 38s

This commit is contained in:
Collin Lefeber 2024-11-25 16:57:15 -05:00
parent 9e195f6f01
commit 6e8a37439c

View file

@ -7,6 +7,8 @@ jobs:
build:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: docker
container:
image: forge.cfebs.com/cfebs/node-util:20
steps:
- name: checkout
uses: https://code.forgejo.org/actions/checkout@v4