Skip to content

Commit 4e6d5ad

Browse files
committed
update
1 parent c485a84 commit 4e6d5ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

publish-docker.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ docker build . -t mevdschee/php-crud-api:latest
1717
git switch -
1818

1919
# Confirm to publish
20+
echo; echo; echo
2021
read -p "Publish $latestTag to mevdschee/php-crud-api:$dockerTag? " -n 1 -r
21-
echo # (optional) move to a new line
22+
echo
2223
if [[ $REPLY =~ ^[Yy]$ ]]
2324
then
2425

0 commit comments

Comments
 (0)