Skip to content

Commit

Permalink
fix q
Browse files Browse the repository at this point in the history
Signed-off-by: dwertent <[email protected]>
  • Loading branch information
dwertent committed Nov 14, 2024
1 parent e448f2e commit 233fdda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
set -e
TAGS=${{ inputs.tag }}
if [[ "${{ inputs.latest }}"" == 'true' ]]; then
if [[ "${{ inputs.latest }}" == 'true' ]]; then
echo "Appending 'latest' tag"
TAGS="${TAGS},latest"
fi
Expand Down

0 comments on commit 233fdda

Please sign in to comment.