From c61b8bb397bc1e5c2b6f6ee72423f9c6696afad0 Mon Sep 17 00:00:00 2001 From: mauwii Date: Sat, 16 Sep 2023 01:38:57 +0200 Subject: [PATCH] fix dependencie, add other debug step --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e181e1..b3c3def 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -152,8 +152,13 @@ jobs: REGISTRY_IMAGE: ${{ format('{0}/{1}', env.REGISTRY, env.IMAGE_REPOSITORY) }} CACHE_FROM_REGISTRY_IMAGE: ${{ format('{0}/{1}', env.CACHE_FROM_REGISTRY, env.IMAGE_REPOSITORY) }} + - name: inspect image + continue-on-error: true + run: docker inspect ${{ steps.meta.outputs.tags }} + - name: pull image - if: github.actor == 'nektos/act' + continue-on-error: true + if: github.actor != 'nektos/act' run: docker pull ${{ env.REGISTRY }}/${{ vars.DOCKERHUB_USER }}/${{ env.IMAGE_NAME }}:${{ matrix.from-version }}-${{ github.head_ref || github.ref_name }} # vulnerability scanning to verify PRs