From 081d700b90969e3ac4c9eced0281835ac4416e36 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 15 Jul 2024 16:43:57 +0200 Subject: [PATCH] test --- .gitea/workflows/gitea-actions-demo.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/gitea-actions-demo.yaml b/.gitea/workflows/gitea-actions-demo.yaml index ba576e5..5e021f4 100644 --- a/.gitea/workflows/gitea-actions-demo.yaml +++ b/.gitea/workflows/gitea-actions-demo.yaml @@ -22,5 +22,4 @@ jobs: - 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