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

This commit is contained in:
root
2024-07-15 16:58:55 +02:00
parent b67056e457
commit b87564d21d

View File

@@ -20,11 +20,10 @@ jobs:
run: | run: |
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."
- name: ls in other directory - name: build and push docker image
working-directory: context uses: https://github.com/docker/build-push-action@v5
run: ls with:
- run: ansible-builder create context: context
- run: ls context file: ./Containerfile
- name: build container push: true
working-directory: context tags: git.hyperon.be/bram/ultimate-eee
run: docker buildx build . --tag=git.hyperon.be/bram/ultimate-ee --no-cache --push --platform=linux/amd64