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
Hello
i have a pb when running sync.yaml. here is the error message. could you help me ? It is in Sync Higlights part :
Unable to find image '3425285a4d654d7ebb8dd6c24903a639:latest' locally
docker: Error response from daemon: pull access denied for 3425285a4d654d7ebb8dd6c24903a639, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
I've checked variable and secret : there both OK. 3425285a4d654d7ebb8dd6c24903a639 is my BOOK_DB_ID.
The text was updated successfully, but these errors were encountered:
Hi, if you run sync.yaml manually, it won't sync anything because nothing has changed since last run. Instead, try to remove sync.yaml and then commit. This should trigger another run. The problem above seems to a one off thing as the container image that I've built is public and doesn't need any pull secret.
Hello
i have a pb when running sync.yaml. here is the error message. could you help me ? It is in Sync Higlights part :
Unable to find image '3425285a4d654d7ebb8dd6c24903a639:latest' locally
docker: Error response from daemon: pull access denied for 3425285a4d654d7ebb8dd6c24903a639, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
I've checked variable and secret : there both OK. 3425285a4d654d7ebb8dd6c24903a639 is my BOOK_DB_ID.
The text was updated successfully, but these errors were encountered: