Skip to content

Create and publish a Docker image #241

Create and publish a Docker image

Create and publish a Docker image #241

Re-run triggered August 1, 2024 02:41
Status Failure
Total duration 28s
Artifacts

docker-publish.yml

on: workflow_dispatch
build-and-push-image
18s
build-and-push-image
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build-and-push-image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y apt-transport-https wget gnupg && echo \"deb https://packages.sury.org/php/ buster main\" > phpsury.list && echo \"deb-src https://packages.sury.org/php/ buster main\" >> phpsury.list && wget https://packages.sury.org/php/apt.gpg && apt-key add apt.gpg && rm -f apt.gpg && apt-get update && apt-get install -y wget mariadb-server mariadb-backup gcc make autoconf libc-dev pkg-config google-perftools qpdf" did not complete successfully: exit code: 100
build-and-push-image
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, docker/login-action@v2, docker/metadata-action@v4, docker/build-push-action@v3. For more info: https://***.blog/changelog/2024-03-07-***-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/