update publish workflow to use based-alpine

This commit is contained in:
Daniel Fichtinger 2025-07-13 23:42:51 -04:00
parent 8b849fd2a0
commit e28a206067

View file

@ -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: |