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