From b97c775440f0f80e9500eb3a82c010482a1faa70 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 15 Jul 2024 16:50:48 +0200 Subject: [PATCH] test --- .gitea/workflows/gitea-actions-demo.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/gitea-actions-demo.yaml b/.gitea/workflows/gitea-actions-demo.yaml index 1c2ea2f..3f516c6 100644 --- a/.gitea/workflows/gitea-actions-demo.yaml +++ b/.gitea/workflows/gitea-actions-demo.yaml @@ -25,4 +25,6 @@ jobs: run: ls - run: ansible-builder create - run: ls context - - run: docker buildx build -f context/ . --tag=git.hyperon.be/bram/ultimate-ee --no-cache --push --platform=linux/amd64 + - name: build container + working-directory: context + run: docker buildx build . --tag=git.hyperon.be/bram/ultimate-ee --no-cache --push --platform=linux/amd64