Update .gitea/workflows/ci.yml
This commit is contained in:
parent
38f08bc258
commit
9791588152
@ -27,7 +27,7 @@ jobs:
|
|||||||
- 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: act-runner
|
runs-on: act-runner
|
||||||
# if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
|
if: gitea.event_name == 'push' && contains(gitea.ref, 'refs/tags/')
|
||||||
needs: Explore-Gitea-Actions
|
needs: Explore-Gitea-Actions
|
||||||
container:
|
container:
|
||||||
image: catthehacker/ubuntu:act-latest
|
image: catthehacker/ubuntu:act-latest
|
||||||
@ -37,7 +37,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: build
|
name: build
|
||||||
path: build
|
path: build
|
||||||
- run: ls -al .
|
- name: env
|
||||||
|
run: |
|
||||||
|
printenv
|
||||||
|
echo "Tag name from GITHUB_REF_NAME: $GITEA_REF_NAME"
|
||||||
|
echo "Tag name from github.ref_name: ${{ gitea.ref_name }}"
|
||||||
|
run: ls -al .
|
||||||
- run: ls -al build
|
- run: ls -al build
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@master
|
uses: docker/setup-qemu-action@master
|
||||||
|
Loading…
Reference in New Issue
Block a user