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