Skip to content

Commit

Permalink
chore: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-efremoff committed May 30, 2024
1 parent 6aebaa1 commit 48fe90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-docker-copy-to-ghcr.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
SOURCE_IMAGE=ytsaurus/ui:${{ inputs.stag }}
fi
if [ "true" = "${{ inputs.nightly_target }}" ];
if [ "true" = "${{ inputs.nightly_target }}" ]; then
TARGET_IMAMGE=ghcr.io/ytsaurus/ui-nightly:${{ inputs.ttag }}
else
TARGET_IMAMGE=ghcr.io/ytsaurus/ui:${{ inputs.ttag }}
Expand Down

0 comments on commit 48fe90b

Please # to comment.