Skip to content

Commit

Permalink
ci: fix version in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
farioas committed Jan 30, 2024
1 parent cf83b47 commit cff3ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
case "${{ needs.build-docker.result }}" in
success)
echo "comment=Docker image was pushed with the tag `${{ needs.build-docker.outputs.build_version }}`" >> $GITHUB_OUTPUT
echo "comment=Docker image was pushed with the tag \`${{ needs.build-docker.outputs.build_version }}\`" >> $GITHUB_OUTPUT
echo "reaction=+1" >> $GITHUB_OUTPUT
;;
skipped)
Expand Down

0 comments on commit cff3ccd

Please sign in to comment.