Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×I have a simple pipeline that outputs an artifact. But when I define a deployment I get unable to load error.
@Po Lui could you please share your Full log?
It is just warning that image is not found locally and it is downloaded after.
Regards, Galyna
Also share the pipeline paty, how you use this pipe.
Example:
step:
name: Push and Tag
script:
- pipe: atlassian/bitbucket-pipe-release:4.0.1
variables:
DOCKERHUB_USERNAME: <dockerhub username>
DOCKERHUB_PASSWORD: $DOCKERHUB_TOKEN_SECRET_VAR
IMAGE: 'prod-image-of-something'
services:
- docker
Regards, Galyna
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.