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