You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the "Create and Run an Image in a Pipeline" section, I got the following error when copying/pasting your alpine-curl.yml into my bitbucket repo:
Preparing build
Building image: {afcae2ee-5b9b-48ba-94b3-79b470f14678}/codefresh-hello:master using unique hash: f4a7cb5f70c04a00e41c888fcdb39a87b4f6e61f
problem connecting to 'https://index.docker.io/v1/'
invalid argument "r.cfcr.io/vdev/{afcae2ee-5b9b-48ba-94b3-79b470f14678}/codefresh-hello:f4a7cb5f70c04a00e41c888fcdb39a87b4f6e61f" for "-t, --tag" flag: invalid reference format
See 'docker build --help'.
[SYSTEM]
Message Failed to build image:
r.cfcr.io/vdev/{afcae2ee-5b9b-48ba-94b3-79b470f14678}/codefresh-hello:f4a7cb5f70c04a00e41c888fcdb…
Caused by Container for step title: Building Docker Image, step type: build, operation: Building image.
Failed with exit code: 125
Documentation Link https://codefresh.io/docs/docs/codefresh-yaml/steps/build-1/
Exit code 125
Name NonZeroExitCodeError
I removed the ${{CF_REPO_OWNER}} reference from the yml and then the build was successful.
The text was updated successfully, but these errors were encountered:
For the "Create and Run an Image in a Pipeline" section, I got the following error when copying/pasting your
alpine-curl.yml
into my bitbucket repo:I removed the
${{CF_REPO_OWNER}}
reference from the yml and then the build was successful.The text was updated successfully, but these errors were encountered: