From 8d407958364a929c927b43ee0d049d041ac145cc Mon Sep 17 00:00:00 2001 From: root Date: Mon, 15 Jul 2024 16:36:49 +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 2497605..09831d7 100644 --- a/.gitea/workflows/gitea-actions-demo.yaml +++ b/.gitea/workflows/gitea-actions-demo.yaml @@ -22,5 +22,6 @@ jobs: - run: echo "🍏 This job's status is ${{ job.status }}." - run: ansible-builder create - run: cd context + - run: ls - run: mv Containerfile Dockerfile - run: docker buildx build . --tag=git.hyperon.be/bram/ultimate-eee --no-cache --push --platform=linux/amd64