Update .gitea/workflows/ci.yml
This commit is contained in:
parent
5a29794580
commit
9df180310e
@ -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"
|
Loading…
Reference in New Issue
Block a user