diff --git a/.gitea/workflows/gitea-actions-demo.yaml b/.gitea/workflows/gitea-actions-demo.yaml index 09831d7..60c0447 100644 --- a/.gitea/workflows/gitea-actions-demo.yaml +++ b/.gitea/workflows/gitea-actions-demo.yaml @@ -21,7 +21,5 @@ jobs: ls ${{ gitea.workspace }} - 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 + - 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