Update .gitea/workflows/ci.yml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 29s
Gitea Actions Demo / tag-only-job (push) Successful in 49s

This commit is contained in:
dany 2024-07-24 15:46:26 +02:00
parent 2bb6b5183b
commit b5971ce977

View File

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