We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fed311 commit 236a04cCopy full SHA for 236a04c
bash/docker.sh
@@ -148,7 +148,7 @@ function docker::promote_latest() {
148
docker::tag "$registry/$repo:$target_tag" "$extra_registry/$repo:$target_tag"
149
done
150
for extra_registry in "$@"; do
151
- docker::push "$extra_registry/$repo:$src_version"0
+ docker::push "$extra_registry/$repo:$src_version"
152
docker::push "$extra_registry/$repo:$target_tag"
153
154
0 commit comments