update publish workflow to use based-alpine
This commit is contained in:
parent
8b849fd2a0
commit
e28a206067
1 changed files with 1 additions and 6 deletions
|
@ -4,13 +4,8 @@ on:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
runs-on: docker
|
runs-on: based-alpine
|
||||||
container:
|
|
||||||
image: node:alpine
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
|
||||||
run: |
|
|
||||||
apk add --no-cache coreutils uv
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: build
|
- name: build
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue