Skip to content
This repository was archived by the owner on Jan 11, 2025. It is now read-only.

Commit 632be0e

Browse files
minor fix to hide docker push
1 parent cc965a2 commit 632be0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/docker-push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source supported_versions
77
function docker_push() {
88
TAG=$1
99
EXITCODE=$(
10-
docker push fabiocicerchia/nginx-lua:"$TAG";
10+
docker push fabiocicerchia/nginx-lua:"$TAG" > /dev/null;
1111
echo $?
1212
)
1313
if [ "$EXITCODE" -ne "0" ]; then

0 commit comments

Comments
 (0)