There was an error while loading. Please reload this page.
1 parent 82aa9ac commit 37136f8Copy full SHA for 37136f8
1 file changed
.github/workflows/release.yml
@@ -169,6 +169,9 @@ jobs:
169
echo ::set-env name=ALLENNLP_MODELS_VERSION_SUFFIX::.dev$(date -u +%Y%m%d)
170
171
- name: Build image
172
+ # Currently we don't publish Docker images for AllenNLP core nightly builds,
173
+ # so we can't build a corresponding models image.
174
+ if: github.event_name != 'schedule'
175
run: |
176
make docker-image
177
0 commit comments