Skip to content

Commit

Permalink
Update Build Image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ibeyond committed Aug 9, 2021
1 parent 55d3cd9 commit bdefb21
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 bdefb21

Please sign in to comment.