Try setting the image explicitly
Some checks failed
docker-image / docker (push) Failing after 58s

This commit is contained in:
Stefan Bethke 2024-05-18 22:45:20 +02:00
parent 0f13bf4df4
commit 06522af002

View file

@ -7,7 +7,10 @@ on:
jobs: jobs:
docker: docker:
runs-on: ubuntu-latest # runs-on: ubuntu-latest
runs-on: docker
container:
image: node:16-bullseye
steps: steps:
- -
name: Set up QEMU name: Set up QEMU