Update .gitea/workflows/ci.yml
This commit is contained in:
parent
2bb6b5183b
commit
b5971ce977
@ -29,6 +29,8 @@ jobs:
|
|||||||
runs-on: dind
|
runs-on: dind
|
||||||
# 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:
|
||||||
|
image: catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
- run: mkdir -p build
|
- run: mkdir -p build
|
||||||
- uses: actions/download-artifact@master
|
- uses: actions/download-artifact@master
|
||||||
|
Loading…
Reference in New Issue
Block a user