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
Describe the bug
docker-compose build --up fails for examples.
To Reproduce
Steps to reproduce the behavior:
Clone the repo
`cd examples'
docker-compose up --build
Error is below
Pulling video-conferencing-ms-migration (sourceloop/workflow-helloworld:latest)...
ERROR: pull access denied for sourceloop/workflow-helloworld, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
Expected behavior
All services build and run via docker-compose build --up
The text was updated successfully, but these errors were encountered:
Describe the bug
docker-compose build --up fails for examples.
To Reproduce
Steps to reproduce the behavior:
docker-compose up --build
Expected behavior
All services build and run via
docker-compose build --up
The text was updated successfully, but these errors were encountered: