Skip to content

Commit 32afe32

Browse files
committed
Add comment on Docker container
1 parent 3cb31bb commit 32afe32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/R-CMD-check-docker.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ name: R-CMD-check
1111
jobs:
1212
R-CMD-check:
1313
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
1418
container: ghcr.io/lawmurray/libbi:master
1519
name: docker
1620
env:

0 commit comments

Comments
 (0)