Skip to content

Commit

Permalink
Merge pull request #4 from cyber-dojo/add-missing-docker-pull
Browse files Browse the repository at this point in the history
Add missing docker-pull before pull-request
  • Loading branch information
JonJagger committed Nov 30, 2023
2 parents 1603518 + f91999d commit c50f26a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/sub_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,9 @@ jobs:
version: ${{ vars.KOSLI_CLI_VERSION }}

- name: Report pull-request evidence to Kosli
run:
kosli report evidence artifact pullrequest github cyberdojo/differ:${{ inputs.IMAGE_TAG }}
--artifact-type=docker
--github-token ${{ secrets.GITHUB_TOKEN }}
run: |
docker pull cyberdojo/differ:${{ inputs.IMAGE_TAG }}
kosli report evidence artifact pullrequest github cyberdojo/differ:${{ inputs.IMAGE_TAG }} \
--artifact-type=docker \
--github-token ${{ secrets.GITHUB_TOKEN }} \
--name=pull-request

0 comments on commit c50f26a

Please sign in to comment.