Skip to content

Commit

Permalink
quote string
Browse files Browse the repository at this point in the history
  • Loading branch information
thohng committed Nov 15, 2023
1 parent 73f6c69 commit a9ebc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
$pattern = '^source-(?<version>\d+\.\d+(\.\d+)?(_.+)?)$'
$crushFtpVersion = ${{ env.CRUSHFTP_VERSION }}
$imageTag = ${{ github.ref_name }}.Replace('/','-')
$imageTag = '${{ github.ref_name }}'.Replace('/','-')
if ('${{ env.IS_TAG }}' -eq $true) {
$repos += @('${{ vars.DOCKER_HUB_NETLAH_SOURCE_REPOS }}')
if ('${{ github.ref_name }}' -match $pattern) {
Expand Down

0 comments on commit a9ebc1c

Please sign in to comment.