fix:
Gitea Action for docker build runtime / gitea-action-test (push) Successful in 41s
Details
Gitea Action for docker build runtime / gitea-action-test (push) Successful in 41s
Details
This commit is contained in:
parent
830b8966b1
commit
a32ae05ecb
|
|
@ -10,6 +10,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: https://git.airpig.cn/actions/checkout@v4
|
uses: https://git.airpig.cn/actions/checkout@v4
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
commit_msg=${{ github.event.head_commit.message }}
|
commit_msg=${{ github.event.head_commit.message }}
|
||||||
version=v1.0.0
|
version=v1.0.0
|
||||||
|
|
@ -24,4 +25,4 @@ jobs:
|
||||||
fi
|
fi
|
||||||
echo $version
|
echo $version
|
||||||
- run: echo "This job's status is ${{ job.status }}."
|
- run: echo "This job's status is ${{ job.status }}."
|
||||||
- run: echo "Tag name from gitea.ref_name ${{ gitea.ref_name }}"
|
- run: echo "Tag name from gitea.ref ${{ gitea.ref }}"
|
||||||
Loading…
Reference in New Issue