Skip to content

Commit 126d4ac

Browse files
authored
fix: Understand coq_version: 'latest' as rocq/rocq-prover:latest (#103)
Related: rocq-community/docker-rocq#11
1 parent bb56f2e commit 126d4ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coq-demo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
# see https://github.com/coq-community/docker-coq/wiki#supported-tags
2727
coq_version:
2828
- '8.20'
29+
- 'latest'
2930
- 'latest-native'
3031
- 'dev'
3132
ocaml_version: ['default']

entrypoint.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ if test -z "$INPUT_CUSTOM_IMAGE"; then
119119

120120
if [ "${INPUT_COQ_VERSION%%-*}" = 'latest' ]; then
121121

122-
# TODO: Update once 9.0.0 is released
123-
ROCQ_PREFIX="coqorg/coq"
122+
ROCQ_PREFIX="rocq/rocq-prover"
124123

125124
elif [ "${INPUT_COQ_VERSION%%.*}" = '8' ]; then
126125

0 commit comments

Comments
 (0)