From 9d97f30dcc87a7f6cd8d921ae7f836627e6acabc Mon Sep 17 00:00:00 2001 From: Marcel Bargull Date: Mon, 16 Oct 2023 21:17:44 +0200 Subject: [PATCH] dbg Signed-off-by: Marcel Bargull --- .github/workflows/base-glibc-busybox-bash.yaml | 1 + .github/workflows/base-glibc-debian-bash.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/base-glibc-busybox-bash.yaml b/.github/workflows/base-glibc-busybox-bash.yaml index 0a81328a..d39923fc 100644 --- a/.github/workflows/base-glibc-busybox-bash.yaml +++ b/.github/workflows/base-glibc-busybox-bash.yaml @@ -90,6 +90,7 @@ jobs: - name: Test run: | + set -x image='${{ steps.build.outputs.image }}' ids="$( for tag in ${{ steps.calculate.outputs.tags }} ; do diff --git a/.github/workflows/base-glibc-debian-bash.yaml b/.github/workflows/base-glibc-debian-bash.yaml index 74181a29..a713639c 100644 --- a/.github/workflows/base-glibc-debian-bash.yaml +++ b/.github/workflows/base-glibc-debian-bash.yaml @@ -82,6 +82,7 @@ jobs: - name: Test run: | + set -x image='${{ steps.build.outputs.image }}' ids="$( for tag in ${{ steps.calculate.outputs.tags }} ; do