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 15s

This commit is contained in:
dany 2024-07-24 15:48:59 +02:00
parent b5971ce977
commit e0fd9012ee

View File

@ -30,7 +30,7 @@ jobs:
# if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') # if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
needs: Explore-Gitea-Actions needs: Explore-Gitea-Actions
container: container:
image: catthehacker/ubuntu:act-latest image: docker:dind
steps: steps:
- run: mkdir -p build - run: mkdir -p build
- uses: actions/download-artifact@master - uses: actions/download-artifact@master