fix:
Gitea Action for docker build runtime / gitea-action-test (push) Successful in 13s Details

This commit is contained in:
chenwj113 2024-05-30 10:32:43 +08:00
parent b9028bf342
commit 3466bb0a64
1 changed files with 0 additions and 3 deletions

View File

@ -8,8 +8,6 @@ jobs:
gitea-action-test: gitea-action-test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out repository code
uses: https://gitea.com/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
@ -23,6 +21,5 @@ jobs:
version=$(echo $version | sed 's/\"//g' | awk -F"." '{$3=$3+1}1' OFS=".") version=$(echo $version | sed 's/\"//g' | awk -F"." '{$3=$3+1}1' OFS=".")
fi fi
echo $version echo $version
git tag $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_name ${{ gitea.ref_name }}"