Build demo gallery #258
docker-image.yml
on: push
Push Docker image to Docker Hub
1m 19s
Demo docker image
27s
Annotations
1 error and 2 warnings
Demo docker image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c PIXABAY_API_KEY=$(cat /run/secrets/pixabay) && 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\npx = pixabay.core(os.environ[\"PIXABAY_API_KEY\"])\nfor 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
|