Fix 19
This commit is contained in:
@@ -15,6 +15,12 @@ jobs:
|
|||||||
#if: gitea.ref == 'refs/heads/main'
|
#if: gitea.ref == 'refs/heads/main'
|
||||||
steps:
|
steps:
|
||||||
- uses: https://github.com/actions/checkout@v4
|
- uses: https://github.com/actions/checkout@v4
|
||||||
|
- name: Set env
|
||||||
|
run: echo "RELEASE_VERSION=${gitea.ref_name#release/}" >> gitea.env
|
||||||
|
- name: Test
|
||||||
|
run: |
|
||||||
|
echo $RELEASE_VERSION
|
||||||
|
echo ${{ env.RELEASE_VERSION }}
|
||||||
|
|
||||||
#GITHUB_REF_NAME
|
#GITHUB_REF_NAME
|
||||||
|
|
||||||
|
|||||||
@@ -27,6 +27,12 @@ jobs:
|
|||||||
#if: gitea.ref == 'refs/heads/main'
|
#if: gitea.ref == 'refs/heads/main'
|
||||||
steps:
|
steps:
|
||||||
- uses: https://github.com/actions/checkout@v4
|
- uses: https://github.com/actions/checkout@v4
|
||||||
|
- name: Set env
|
||||||
|
run: echo "RELEASE_VERSION=${gitea.ref_name#release/}" >> gitea.env
|
||||||
|
- name: Test
|
||||||
|
run: |
|
||||||
|
echo $RELEASE_VERSION
|
||||||
|
echo ${{ env.RELEASE_VERSION }}
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: https://github.com/docker/setup-buildx-action@v3
|
uses: https://github.com/docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user