aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/docker/bionic_coq/hooks
diff options
context:
space:
mode:
authorGaëtan Gilbert2018-05-07 15:30:38 +0200
committerGaëtan Gilbert2018-05-07 15:30:38 +0200
commit612ca9e742c3196ea5faad100bb95d9e08ebe07e (patch)
tree3129f7390a325b386acb3c88fab1bab21954791e /dev/ci/docker/bionic_coq/hooks
parenta8985ab0e8cebb8b06ff6680ac65121357448076 (diff)
parent52caadda3674c126cbec014f0727e696278868f3 (diff)
Merge PR #7445: [ci] Add ounit to the base Docker package set.
Diffstat (limited to 'dev/ci/docker/bionic_coq/hooks')
-rwxr-xr-xdev/ci/docker/bionic_coq/hooks/post_push2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/docker/bionic_coq/hooks/post_push b/dev/ci/docker/bionic_coq/hooks/post_push
index 008ef1af3e..6daf337a72 100755
--- a/dev/ci/docker/bionic_coq/hooks/post_push
+++ b/dev/ci/docker/bionic_coq/hooks/post_push
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-COQCI_VERSION=V2018-05-05
+COQCI_VERSION=V2018-05-07
docker tag $IMAGE_NAME $DOCKER_REPO:$COQCI_VERSION
docker push $DOCKER_REPO:$COQCI_VERSION