test
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 5s

This commit is contained in:
root
2024-07-15 16:42:27 +02:00
parent 8d40795836
commit 0f2b1ee08d

View File

@@ -21,7 +21,5 @@ jobs:
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."
- run: ansible-builder create - run: ansible-builder create
- run: cd context - run: mv context/Containerfile context/Dockerfile
- run: ls - run: docker buildx build -f context/ . --tag=git.hyperon.be/bram/ultimate-ee --no-cache --push --platform=linux/amd64
- run: mv Containerfile Dockerfile
- run: docker buildx build . --tag=git.hyperon.be/bram/ultimate-eee --no-cache --push --platform=linux/amd64