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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.