fix syntax to spec container image
Some checks failed
Publish bloatrunner / build (push) Failing after -43s
Some checks failed
Publish bloatrunner / build (push) Failing after -43s
This commit is contained in:
parent
a63bf63bb0
commit
589469b4cd
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ on: [push]
|
|||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
image: metacall/guix:latest
|
||||
container:
|
||||
image: metacall/guix:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: guix build -f guix.scm
|
||||
|
|
Loading…
Reference in a new issue