Skip to content

Commit

Permalink
fix: drop extra run prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed May 29, 2023
1 parent 1a74ad3 commit ca9863d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
echo -e "\u001b[32mDetected success lint workflow_run conclusion\u001b[0m"
fi
run: echo "push-enabled=${push_enabled}" >> $GITHUB_OUTPUT
run: echo "docker-image-tag=${image_tag}" >> $GITHUB_OUTPUT
echo "push-enabled=${push_enabled}" >> $GITHUB_OUTPUT
echo "docker-image-tag=${image_tag}" >> $GITHUB_OUTPUT
docker-push:
name: push latest
Expand Down

0 comments on commit ca9863d

Please sign in to comment.