Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Jan 25, 2022
1 parent f3a85ed commit a452415
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
if: ${{ github.ref_name != 'main' }}
run: |
tmptag=${{ github.ref_name}}
arraytag=(${tmptag//./})
arraytag=(${tmptag//./ })
TAGNAME=${arraytag[0]},${arraytag[0]}.${arraytag[1]},${{ github.ref_name}},latest
echo $TAGNAME

0 comments on commit a452415

Please sign in to comment.