Skip to content

Build and release image manually #17

Build and release image manually

Build and release image manually #17

Manually triggered October 20, 2023 12:56
Status Success
Total duration 10m 0s
Artifacts

docker-manual.yml

on: workflow_dispatch
manual/build-docker-push:ckan-2.9.9
9m 49s
manual/build-docker-push:ckan-2.9.9
Fit to window
Zoom out
Zoom in

Annotations

5 errors
manual/build-docker-push:ckan-2.9.9: ckan/Dockerfile#L27
DL3013 warning: Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
manual/build-docker-push:ckan-2.9.9: ckan/Dockerfile#L27
SC3013 warning: In POSIX sh, -ef is undefined.
manual/build-docker-push:ckan-2.9.9: ckan/Dockerfile#L68
DL3003 warning: Use WORKDIR to switch to a directory
manual/build-docker-push:ckan-2.9.9: ckan/Dockerfile#L68
DL4006 warning: Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check
manual/build-docker-push:ckan-2.9.9: ckan/Dockerfile#L68
SC2086 info: Double quote to prevent globbing and word splitting.