Skip to content

Commit

Permalink
fix dependencie, add other debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
mauwii committed Sep 15, 2023
1 parent bedddb7 commit c61b8bb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c61b8bb

Please sign in to comment.