Skip to content

Commit

Permalink
debug docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrai2 committed Dec 17, 2024
1 parent 4e84b09 commit 9202a3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
- name: Ensure logprep is available in image
run: |
docker run --rm ghcr.io/fkie-cad/logprep@${{ steps.build.outputs.digest }} --version
docker run --rm $(docker images --filter=reference=${{ steps.build.outputs.metadata["image.name"] }} --format "{{.ID}}")
# docker run --rm ghcr.io/fkie-cad/logprep@${{ steps.build.outputs.digest }} --version

- name: Push image
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 9202a3a

Please sign in to comment.