Skip to content

Test build demo gallery #267

Test build demo gallery

Test build demo gallery #267

Triggered via push December 15, 2024 02:49
Status Failure
Total duration 5m 20s
Artifacts

docker-image.yml

on: push
Push Docker image to Docker Hub
1m 21s
Push Docker image to Docker Hub
Demo docker image
3m 39s
Demo docker image
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
Demo docker image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c python <<EOF\nimport pixabay.core, os\n\nterms=[\"Nature\", \"Architecture\", \"Animals\", \"Travel\", \"People\", \"Autumn\", \"The Grand Canyon\", \"Great Barrier Reef\", \"Maldives\", \"Paris\", \"Iceland\",\n \"Wallpapers/Moutains\", \"Wallpapers/Rivers\", \"Wallpapers/Lanscapes\", \"Wallpapers/Abstract\", \"Wallpapers/Gradients\", \"Wallpapers/Patterns\"]\n\nwith open('/run/secrets/pixabay', 'r') as file:\n apiKey = file.read()\n\n px = pixabay.core(apiKey)\n for term in terms:\n os.makedirs(\"/photos/\"+term)\n search = px.query(\n query = term.replace(\"/\", \" \"),\n perPage = 50,\n minWidth = 500,\n minHeight = 500,\n safeSearch = True,\n )\n for i in range(50):\n filename = \"/photos/%s/%d.jpg\" % (term, i+1)\n print(filename)\n search[i].download(filename, \"largeImage\")\nEOF" did not complete successfully: exit code: 1
Push Docker image to Docker Hub
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Demo docker image
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636