From 589469b4cd83b11159453fa384a83206ae7f8dce Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Mon, 27 May 2024 13:21:40 +0200 Subject: [PATCH] fix syntax to spec container image --- .forgejo/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index 5be1c7e..ec1a20c 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -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