From ad813fdf34b40e16b196ee56f0f7131a3ea2e372 Mon Sep 17 00:00:00 2001 From: Erik Heeren Date: Wed, 2 Oct 2024 13:07:56 +0200 Subject: [PATCH] More output --- .github/workflows/spacktainer.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/spacktainer.yaml b/.github/workflows/spacktainer.yaml index 1eedd66..c691109 100644 --- a/.github/workflows/spacktainer.yaml +++ b/.github/workflows/spacktainer.yaml @@ -26,6 +26,7 @@ jobs: # ' --label org.opencontainers.image.created="$CI_JOB_STARTED_AT"' run: |- echo "Creating builder" + set -x apt install -y awscli buildah podman export STORAGE_DRIVER=vfs # allows to build inside containers without additional mounts export BUILDAH_FORMAT=docker # enables ONBUILD instructions which are not OCI compatible @@ -36,6 +37,7 @@ jobs: # https://github.com/GoogleContainerTools/kaniko/issues/1803 export IFS='' COMMAND="buildah bud --iidfile image_id ${BUILDAH_EXTRA_ARGS} builder" + echo "${COMMAND}" eval "${COMMAND}" # Sometimes buildah push fails on the first attempt buildah push $(