Skip to content

Commit

Permalink
Fix $true
Browse files Browse the repository at this point in the history
  • Loading branch information
thohng committed Nov 17, 2023
1 parent cc028aa commit fb2d326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-crushftp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
if ('${{ github.ref_name }}' -match $pattern) {
$crushFtpVersionTag = '${{ github.ref_name }}' -replace $pattern,'${version}'
$imageTag = $crushFtpVersionTag
$latest = true
$latest = $true
if (!$varsCrushFtpVersionOverrideTag) {
$crushFtpVersion = $crushFtpVersionTag
Write-Host "Source version from tag $crushFtpVersion"
Expand Down

0 comments on commit fb2d326

Please sign in to comment.