Skip to content

Publish Docker image #152

Publish Docker image

Publish Docker image #152

Triggered via release January 9, 2024 08:47
@yingtungyingtung
published 64a7da6
Status Failure
Total duration 49s
Artifacts

cd.yaml

on: release
Push Docker image to Docker Hub
38s
Push Docker image to Docker Hub
Fit to window
Zoom out
Zoom in

Annotations

1 error
Push Docker image to Docker Hub
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -o errexit -o nounset -o nolog -c bash /scripts/docker/install_mysql.sh prod && bash /scripts/docker/install_mssql.sh prod && bash /scripts/docker/install_postgres.sh prod && adduser --gecos \"First Last,RoomNumber,WorkPhone,HomePhone\" --disabled-password --quiet \"airflow\" --uid \"${AIRFLOW_UID}\" --gid \"0\" --home \"${AIRFLOW_USER_HOME_DIR}\" && mkdir -pv \"${AIRFLOW_HOME}\" && mkdir -pv \"${AIRFLOW_HOME}/dags\" && mkdir -pv \"${AIRFLOW_HOME}/logs\" && chown -R airflow:0 \"${AIRFLOW_USER_HOME_DIR}\" \"${AIRFLOW_HOME}\" && chmod -R g+rw \"${AIRFLOW_USER_HOME_DIR}\" \"${AIRFLOW_HOME}\" && find \"${AIRFLOW_HOME}\" -executable -print0 | xargs --null chmod g+x && find \"${AIRFLOW_USER_HOME_DIR}\" -executable -print0 | xargs --null chmod g+x" did not complete successfully: exit code: 100