run on alpine actually
Some checks failed
Build Docker containers / Build (push) Failing after 13s

This commit is contained in:
2025-04-10 22:49:38 -04:00
parent 4edb3dad06
commit 9e8920dc7e

View File

@ -4,8 +4,10 @@ on: [push]
jobs:
Build:
container:
image: node:lts-alpine
image: alpine:latest
steps:
- name: Install dependencies
run: apk add docker nodejs
- name: Checkout repository
uses: actions/checkout@v4
- name: Build docker image