Update docker-image.yml #16
docker-image.yml
on: push
build-and-push-image
35s
Annotations
1 error and 1 warning
|
build-and-push-image
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c apt-get update -qq && apt-get -qq -y install --no-install-recommends curl tzdata gnupg awscli openssh-client && curl -Ls $BAREOS_KEY -o /tmp/bareos.key && apt-key --keyring /etc/apt/trusted.gpg.d/breos-keyring.gpg add /tmp/bareos.key && echo \"deb $BAREOS_REPO /\" > /etc/apt/sources.list.d/bareos.list && echo \"${BAREOS_DPKG_CONF}/dbconfig-install boolean false\" | debconf-set-selections && echo \"${BAREOS_DPKG_CONF}/install-error select ignore\" | debconf-set-selections && echo \"${BAREOS_DPKG_CONF}/database-type select pgsql\" | debconf-set-selections && echo \"${BAREOS_DPKG_CONF}/missing-db-package-error select ignore\" | debconf-set-selections && echo 'postfix postfix/main_mailer_type select No configuration' | debconf-set-selections && apt-get update -qq && apt-get install -qq -y --no-install-recommends bareos postgresql-client bareos-tools && apt-get clean && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 2
|
|
build-and-push-image
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|