fix: set docker image to alpine
This commit is contained in:
parent
c4fc730220
commit
08e23f8fce
@ -1,7 +1,7 @@
|
||||
on: push
|
||||
jobs:
|
||||
build-node:
|
||||
runs-on: alpine-latest
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
@ -36,7 +36,7 @@ jobs:
|
||||
tags: git.comprofix.com/mmckinnon/comprofix.com:latest
|
||||
|
||||
publish:
|
||||
runs-on: alpine-latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout repo
|
||||
uses: actions/checkout@v4
|
||||
|
Loading…
Reference in New Issue
Block a user