From c36af927be13ac1a7f3470c29d9d0f92a002c83b Mon Sep 17 00:00:00 2001 From: Nicolas Caron Date: Fri, 15 Mar 2024 11:33:54 +0100 Subject: [PATCH] test workflow build and push on gitea registry --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 58aa885..21022ae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,6 +9,8 @@ on: jobs: test: runs-on: ubuntu-latest + container: + image: ghcr.io/catthehacker/ubuntu:act-latest steps: - name: Check folders run: | @@ -20,12 +22,11 @@ jobs: - name: Check folders run: | + docker --version pwd ls -la - name: Login to Docker Registry - image: ghcr.io/catthehacker/ubuntu:act-latest - imagePullPolicy: Always uses: docker/login-action@v2 with: registry: git.coopgo.io