Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added push script to config (#84)
  • Loading branch information
JalexChen committed Jan 21, 2022
1 parent fb05e86 commit fd3731b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
# an else block will be added in the future for a staging release
if git log -1 --pretty=%s | grep "\[release\]"; then
echo "Publishing cimg/ruby to Docker Hub production."
docker push cimg/ruby
./push-images.sh
else
echo "Skipping publishing."
fi
Expand Down

0 comments on commit fd3731b

Please sign in to comment.