From e8d13e57b17be16b0a04fbd6f8543d0f92872e29 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 15 Jul 2024 16:43:00 +0200 Subject: [PATCH] test --- .gitea/workflows/gitea-actions-demo.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/gitea-actions-demo.yaml b/.gitea/workflows/gitea-actions-demo.yaml index 60c0447..ba576e5 100644 --- a/.gitea/workflows/gitea-actions-demo.yaml +++ b/.gitea/workflows/gitea-actions-demo.yaml @@ -21,5 +21,6 @@ jobs: ls ${{ gitea.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}." - run: ansible-builder create + - run: ls context - run: mv context/Containerfile context/Dockerfile - run: docker buildx build -f context/ . --tag=git.hyperon.be/bram/ultimate-ee --no-cache --push --platform=linux/amd64