From b13e9dee6267aa1ee856186a943dcf6028e09203 Mon Sep 17 00:00:00 2001 From: Pedro Nuno Santos Date: Thu, 31 Oct 2024 15:32:59 +0000 Subject: [PATCH] debug github actions --- .github/workflows/main.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fb4e345..7e130e3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,11 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/download-artifact@v4 - with: {name: image} + with: + name: image + path: image + - name: Display structure of downloaded files + run: ls -R - uses: docker://concourse/registry-image-resource with: {entrypoint: scripts/push-image} env: