We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a19a348 commit 4826a15Copy full SHA for 4826a15
tox.ini
@@ -784,7 +784,7 @@ commands =
784
docker: if [ x"{env:DOCKER_PUSH_REPOSITORY:}" != x -a x"$PUSH_TAGS" != x ]; then \
785
docker: echo Pushing $PUSH_TAGS; \
786
docker: for tag in $PUSH_TAGS; do \
787
- docker: docker push $tag || echo "(ignoring errors)"; \
+ docker: if docker push $tag; then echo $tag >> {envdir}/Dockertags.pushed; else echo "(ignoring errors)"; fi; \
788
docker: done; \
789
docker: fi; \
790
docker: if [ x"$BUILD_TAG" != x ]; then \
0 commit comments