fix: set docker image to alpine
Some checks failed
/ build-node (push) Successful in 1m20s
/ publish (push) Failing after 7s

This commit is contained in:
2024-09-22 11:53:42 +10:00
parent 20a993d258
commit c4fc730220
3 changed files with 17 additions and 7 deletions

View File

@ -1,7 +1,7 @@
on: push
jobs:
build-node:
runs-on: ubuntu-latest
runs-on: alpine-latest
container:
image: catthehacker/ubuntu:act-latest
steps:
@ -36,7 +36,7 @@ jobs:
tags: git.comprofix.com/mmckinnon/comprofix.com:latest
publish:
runs-on: ubuntu-latest
runs-on: alpine-latest
steps:
- name: checkout repo
uses: actions/checkout@v4