Compare commits

...

7 Commits

Author SHA1 Message Date
chenwj113 a32ae05ecb fix:
Gitea Action for docker build runtime / gitea-action-test (push) Successful in 41s Details
2024-06-01 17:01:03 +08:00
chenwj113 830b8966b1 fix:
Gitea Action for docker build runtime / gitea-action-test (push) Successful in 44s Details
2024-05-30 11:39:11 +08:00
chenwj113 1e3e721ddb bugfix:
Gitea Action for docker build runtime / gitea-action-test (push) Successful in 55s Details
2024-05-30 11:06:07 +08:00
chenwj113 c9cb5106fc bugfix 2024-05-30 11:04:37 +08:00
chenwj113 b9087be401 fix: 2024-05-30 10:59:55 +08:00
chenwj113 1d6e34c8e4 fix: 2024-05-30 10:56:48 +08:00
chenwj113 3466bb0a64 fix:
Gitea Action for docker build runtime / gitea-action-test (push) Successful in 13s Details
2024-05-30 10:32:43 +08:00
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: https://gitea.com/actions/checkout@v4
uses: https://git.airpig.cn/actions/checkout@v4
- run: |
commit_msg=${{ github.event.head_commit.message }}
version=v1.0.0
@ -23,6 +24,5 @@ jobs:
version=$(echo $version | sed 's/\"//g' | awk -F"." '{$3=$3+1}1' OFS=".")
fi
echo $version
git tag $version
- 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 }}"