Skip to content

Commit

Permalink
debug: see value of digest
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Aug 1, 2024
1 parent 51cc485 commit ed4e504
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ jobs:
- name: Run R CMD check
run: |
digest=$(ls /tmp/digests)
echo $digest
docker run --rm -v $(pwd):/workspace -w /workspace ${{ env.DOCKER_IMAGE }}@sha256:$digest R CMD check .
merge:
Expand Down

0 comments on commit ed4e504

Please sign in to comment.