Update .gitea/workflows/ci.yml
This commit is contained in:
parent
5a29794580
commit
9df180310e
@ -26,7 +26,7 @@ jobs:
|
|||||||
retention-days: 1
|
retention-days: 1
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
tag-only-job:
|
tag-only-job:
|
||||||
runs-on: workstation
|
runs-on: ci-tools
|
||||||
# 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
|
||||||
steps:
|
steps:
|
||||||
@ -36,5 +36,8 @@ jobs:
|
|||||||
name: build
|
name: build
|
||||||
path: build
|
path: build
|
||||||
- run: ls -al 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"
|
- run: echo "Generate release"
|
Loading…
x
Reference in New Issue
Block a user