We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb31bb commit 32afe32Copy full SHA for 32afe32
.github/workflows/R-CMD-check-docker.yaml
@@ -11,6 +11,10 @@ name: R-CMD-check
11
jobs:
12
R-CMD-check:
13
runs-on: ubuntu-latest
14
+ # Source DOCKERFILE for this container is
15
+ # https://github.com/lawmurray/LibBi/blob/master/docker/Dockerfile
16
+ # It is automatically rebuilt and redeployed on push via
17
+ # https://github.com/lawmurray/LibBi/blob/master/.github/workflows/build-and-push-image.yaml
18
container: ghcr.io/lawmurray/libbi:master
19
name: docker
20
env:
0 commit comments