Skip to content

Commit

Permalink
Merge pull request #3278 from nanocurrency/argakiig-patch-1
Browse files Browse the repository at this point in the history
Update deploy-docker.sh
  • Loading branch information
clemahieu committed May 25, 2021
2 parents 36f0e29 + 024c1df commit ec720ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/actions/linux/deploy-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if [ -n "$DOCKER_PASSWORD" ]; then
echo "Deployed nano-env"
exit 0
else
tags=$(docker images --format '{{.Repository}}:{{.Tag }}' | grep nanocurrency | grep -vE "env|ghcr.io|none")
tags=$(docker images --format '{{.Repository}}:{{.Tag }}' | grep nanocurrency | grep -vE "env|ghcr.io|none|latest")
for a in $tags; do
"$scripts"/custom-timeout.sh 30 docker push "$a"
done
Expand Down

0 comments on commit ec720ac

Please sign in to comment.