trying alpine image
Some checks failed
Build and Publish Docker Image / build (push) Failing after 41s

This commit is contained in:
Timothy Rogers 2025-05-24 11:50:30 -04:00
parent a0c0d9c1a6
commit ccba5227fb

View file

@ -10,7 +10,7 @@ on:
jobs:
build:
runs-on: docker
container: ubuntu:latest
container: node:22-alpine
steps:
- name: Checkout code
uses: actions/checkout@v4
@ -27,6 +27,9 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
type=sha
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Container Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v3