From d3ccf08cc09741692f351dc5a95760f1faca893a Mon Sep 17 00:00:00 2001 From: Rouven Himmelstein Date: Tue, 3 Jan 2023 14:17:04 +0100 Subject: [PATCH] feat(pipe): debug pipe --- .github/workflows/build-image.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index 27af08d..283b897 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -141,7 +141,7 @@ jobs: build-binaries: - name: Build binaries + name: Build needs: [ check-oci-config, check-repo, check-code-style, check-code, test ] runs-on: ubuntu-latest # rRun all targets in parallel @@ -191,6 +191,13 @@ jobs: uses: actions/download-artifact@v2 with: name: x86_64-musl + path: . + + - name: Debug + run: | + ls -la + ls -la target + tree target - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2