From cc4629bbbd4b679b34dc9004e1b73736c215e562 Mon Sep 17 00:00:00 2001 From: Nicolas Caron Date: Wed, 13 Mar 2024 10:18:33 +0100 Subject: [PATCH] test workflow build and push on gitea registry --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6cf09cd..a8b1596 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,6 +9,8 @@ on: jobs: build_and_push: runs-on: ubuntu-latest + container: + image: ghcr.io/catthehacker/ubuntu:act-latest services: my_docker: