user docker image of docker
Some checks failed
Build and Publish Docker Image / build (push) Failing after 31s

This commit is contained in:
Timothy Rogers 2025-05-24 11:54:07 -04:00
parent ccba5227fb
commit 5d7de5d180

View file

@ -10,7 +10,7 @@ on:
jobs:
build:
runs-on: docker
container: node:22-alpine
container: docker:latest
steps:
- name: Checkout code
uses: actions/checkout@v4