remove node alpine stuff
Some checks failed
Build OCI Images / build (push) Failing after 30s

This commit is contained in:
Rose 2024-07-31 23:57:00 -04:00
parent b14d4a8f22
commit 4005df97b3
No known key found for this signature in database

View file

@ -5,13 +5,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container:
image: node:21-alpine
steps:
- name: setup job
run: |
apk add --no-cache libc6-compat git zstd docker docker-cli
apk update
- name: Docker Buildx
uses: https://code.forgejo.org/docker/setup-buildx-action@v3
- name: Login to Docker Registry