diff options
| author | Gaëtan Gilbert | 2018-05-09 15:21:19 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-05-09 15:21:19 +0200 |
| commit | e922afb970cee19a8421a6fa5f246c74a7ee8856 (patch) | |
| tree | c08eb8eac552c3ae5a9b46b304322c3127d8790c /dev/ci/docker/bionic_coq/hooks | |
| parent | c8f204caf9d753993e9bf7517bb78abc3478c933 (diff) | |
| parent | cde263581c49a75f8abdbcb398511942906e6204 (diff) | |
Merge PR #7435: [gitlab] Add bleeding-edge flambda build.
Diffstat (limited to 'dev/ci/docker/bionic_coq/hooks')
| -rwxr-xr-x | dev/ci/docker/bionic_coq/hooks/post_push | 2 |
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 6daf337a72..307680aa51 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-07 +COQCI_VERSION=V2018-05-07-V2 docker tag $IMAGE_NAME $DOCKER_REPO:$COQCI_VERSION docker push $DOCKER_REPO:$COQCI_VERSION |
