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

This commit is contained in:
root
2024-07-15 16:50:48 +02:00
parent 44d8f67637
commit b97c775440

View File

@@ -25,4 +25,6 @@ jobs:
run: ls run: ls
- run: ansible-builder create - run: ansible-builder create
- run: ls context - run: ls context
- run: docker buildx build -f context/ . --tag=git.hyperon.be/bram/ultimate-ee --no-cache --push --platform=linux/amd64 - name: build container
working-directory: context
run: docker buildx build . --tag=git.hyperon.be/bram/ultimate-ee --no-cache --push --platform=linux/amd64