Skip to content

Commit

Permalink
testing the "include_path_file" variable
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 committed Apr 26, 2024
1 parent ba7b83e commit 5b35d7b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/image_build_push_slim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,15 +167,10 @@ jobs:
target: quay.io/cdis/${{ env.REPO_NAME }}:${{ env.IMAGE_TAG }}
tag: ${{ env.IMAGE_TAG }}-slim
env:
DSLIM_HTTP_PROBE: false
DSLIM_HTTP_PROBE: true
DSLIM_INCLUDE_PATH_FILE: "/usr/bin/sort:/usr/bin/find:/bin/rm:/bin/tar
- name: Push (Quay only)
# if: ${{ inputs.USE_QUAY_ONLY }}
run: |
docker image push quay.io/cdis/${{ env.REPO_NAME }}:${{ env.IMAGE_TAG }}-slim
# Dump the report
- name: Report
run: echo "${REPORT}"
env:
REPORT: ${{ steps.slim.outputs.report }}

0 comments on commit 5b35d7b

Please sign in to comment.