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