Update .gitea/workflows/ci.yml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
Gitea Actions Demo / tag-only-job (push) Failing after 27s

This commit is contained in:
dany 2024-07-24 15:12:17 +02:00
parent 5a29794580
commit 9df180310e

View File

@ -26,7 +26,7 @@ jobs:
retention-days: 1
- run: echo "🍏 This job's status is ${{ job.status }}."
tag-only-job:
runs-on: workstation
runs-on: ci-tools
# if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
needs: Explore-Gitea-Actions
steps:
@ -36,5 +36,8 @@ jobs:
name: build
path: build
- run: ls -al build
- run: docker info
- name: Set up QEMU
uses: docker/setup-qemu-action@master
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@master
- run: echo "Generate release"