Hi Tobias, The workflow is not meant to be run from your repo. You can deactivate the workflows in your repo settings.
But, to be safe, I just changed the workflow so that it should not run anymore on forks: https://github.com/qgis/QGIS/commit/84b3cb1870a49e6dfdd95bc20c80cf2398b35cfc Best regards, Denis Le mer. 10 mars 2021 à 09:35, Tobias Schmetzer <[email protected]> a écrit : > Hello, > > sorry to disturb with a maybe simple problem (I already searched the > mailing list of the past months). In my respository there seems a scheduled > action task to be executed. For 13 days I've been receiving emails telling > me about failed Docker images builds. I tried to google about the Docker > images problem but the only things I found were about setting up these > images on a build server. > I thought maybe I missed an update so I rebased/merged from > upstream/master into my respository but the problem persists. Did I miss > something or how can I handle the action task failure? > > There seems to be a workflow file the task is using that I never changed: > github/workflows/build-docker.yml > Do I need to adapt it in some way and why now? > > This is an excerpt of one of the three branches (3.16, 3.18, master) that > the task tells me are failing: > > > *> Run actions/checkout@v2 * > > *Syncing repository: tschmetzer/QGIS * > > *> Getting Git version info * > > *Deleting the contents of '/home/runner/work/QGIS/QGIS' * > > *>Initializing the repository * > > *> Disabling automatic garbage collection * > > *> Setting up auth * > > *v Fetching the repository * > > */usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress > --no-recurse-submodules --depth=1 origin > +refs/heads/release-3_18*:refs/remotes/origin/release-3_18* > +refs/tags/release-3_18*:refs/tags/release-3_18* * > > *The process '/usr/bin/git' failed with exit code 1 * > > *Waiting 17 seconds before trying again * > > */usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress > --no-recurse-submodules --depth=1 origin > +refs/heads/release-3_18*:refs/remotes/origin/release-3_18* > +refs/tags/release-3_18*:refs/tags/release-3_18* * > > *The process '/usr/bin/git' failed with exit code 1 * > > *Waiting 13 seconds before trying again * > > */usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress > --no-recurse-submodules --depth=1 origin > +refs/heads/release-3_18*:refs/remotes/origin/release-3_18* > +refs/tags/release-3_18*:refs/tags/release-3_18* * > > *Error: The process '/usr/bin/git' failed with exit code 1* > > > Thanks in advance for any hints to solve this! > > Regards, Tobias > _______________________________________________ > QGIS-Developer mailing list > [email protected] > List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer >
_______________________________________________ QGIS-Developer mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
