mirror of
https://github.com/docker/compose.git
synced 2025-07-21 20:54:32 +02:00
flake8 error on master branch (fixes #5298)
Signed-off-by: Guillermo Arribas <garribas@gmail.com>
This commit is contained in:
parent
eebc63c216
commit
2e81e6ceb2
@ -121,7 +121,7 @@ def get_image_digest(service, allow_push=False):
|
|||||||
def push_image(service):
|
def push_image(service):
|
||||||
try:
|
try:
|
||||||
digest = service.push()
|
digest = service.push()
|
||||||
except:
|
except Exception:
|
||||||
log.error(
|
log.error(
|
||||||
"Failed to push image for service '{s.name}'. Please use an "
|
"Failed to push image for service '{s.name}'. Please use an "
|
||||||
"image tag that can be pushed to a Docker "
|
"image tag that can be pushed to a Docker "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user