[X] I have checked that this issue has not already been reported.
[X] I have confirmed this bug exists on the latest version of Web Scraper.
Reproducible Example
version 1.5.4 is affected
Image for service ts was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`.
From CI log:
-- cut --
Pulling web (st-web:latest-amd64)...
The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.
pull access denied for st-web, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
Continue with the new image? [yN]
Error: Process completed with exit code 1.
Web Scraper version checks
[X] I have checked that this issue has not already been reported.
[X] I have confirmed this bug exists on the latest version of Web Scraper.
Reproducible Example
Issue Description
Isues was introduced after adding web service
Expected Behavior
pull web image in CI with no issues.