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*'
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: node:alpine
|
||||
runs-on: based-alpine
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apk add --no-cache coreutils uv
|
||||
- uses: actions/checkout@v4
|
||||
- name: build
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue