Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ibeyond committed Aug 9, 2021
2 parents f114993 + bdefb21 commit 432c9f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build Image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Set Version
id: set-version
run: |
echo "::set-output name=version::${GITHUB_REF#refs/*/}"
echo "ReleaseTag=${GITHUB_REF#refs/*/}"
echo "::set-output name=version::${GITHUB_REF##*/}"
echo "ReleaseTag=${GITHUB_REF##*/}"
# Docker Image 构建环境
- name: Set up QEMU
Expand Down

0 comments on commit 432c9f5

Please sign in to comment.