vfedotovs / sslv_web_scraper

ss.lv web scraping app helps automate information scraping and filtering from classifieds and emails results and stores scraped data in database
GNU General Public License v3.0
5 stars 3 forks source link

BUG: CI fails build step to pull web image #263

Closed vfedotovs closed 6 months ago

vfedotovs commented 6 months ago

Web Scraper version checks

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.

Issue Description

Isues was introduced after adding web service

Expected Behavior

pull web image in CI with no issues.

vfedotovs commented 6 months ago

Closing as resolved in 8b70ebb