fix syntax to spec container image
Some checks failed
Publish bloatrunner / build (push) Failing after -43s

This commit is contained in:
Peter Tillemans 2024-05-27 13:21:40 +02:00
parent a63bf63bb0
commit 589469b4cd

View file

@ -4,6 +4,7 @@ on: [push]
jobs: jobs:
build: build:
runs-on: docker runs-on: docker
container:
image: metacall/guix:latest image: metacall/guix:latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4