Hi all,
I get this error while running an ECR push pipe
```
bash: --volume=/opt/atlassian/pipelines/agent/build:/opt/atlassian/pipelines/agent/build: No such file or directory
```
Does anyone have any suggestion please?
ps: I run this pipe for production branch, when I run it for staging it is working properly.
Hi @Zafer Uzun,
Welcome to the community.
For the Pipes script you're using, you can add the variable below to get more information about the issue if you haven't done it.
DEBUG: 'true'
I'd also suggest adding the command below before running the Pipes script to check the current Docker image you're trying to push.
docker images
Regards,
Mark C
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.