From 96e0debef2ee56fffaa0bfbe4535b45054bc03ea Mon Sep 17 00:00:00 2001 From: Nicolas Caron Date: Wed, 13 Mar 2024 10:17:28 +0100 Subject: [PATCH] test workflow build and push on gitea registry --- .github/workflows/build.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f152547..1538a11 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,9 +9,13 @@ on: jobs: build_and_push: runs-on: ubuntu-latest - - container: - image: ghcr.io/catthehacker/ubuntu:act-latest + + services: + my_docker: + image: ghcr.io/catthehacker/ubuntu:act-latest + ports: + - 2367:2367 + options: --name my_container steps: - name: Checkout repository