Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
colibrics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
colibrics
Commits
af258d92
Commit
af258d92
authored
2 years ago
by
François Bobot
Browse files
Options
Downloads
Patches
Plain Diff
[CI] new docker image version
parent
baf490a2
No related branches found
No related tags found
1 merge request
!26
Fix and domain propagation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-2
3 additions, 2 deletions
.gitlab-ci.yml
with
3 additions
and
2 deletions
.gitlab-ci.yml
+
3
−
2
View file @
af258d92
...
...
@@ -25,8 +25,9 @@ variables:
tests
:
stage
:
test
extends
:
.build-matrix
# defines OCAML_COMPILER
#docker manifest inspect ocaml/opam:debian-11-ocaml-4.14 | jq '.manifests| .[] | select(.platform.architecture == "amd64") | .digest' --raw-output
#ocaml/opam:debian-11-ocaml-4.13
image
:
ocaml/opam@sha256:
b83b5d2b44b2fdad29e086e78ae5004fb3b864973b271a66f078acc51e73e5e4
image
:
ocaml/opam@sha256:
c3acec02c2720d11cb3789700c199a898e83e4b42638fd00c26e5e5252fc4f46
cache
:
# https://docs.gitlab.com/ee/ci/yaml/#cache
key
:
$OCAML_COMPILER-debian
...
...
@@ -53,7 +54,7 @@ generate-static:
stage
:
test
extends
:
.build-matrix
# defines OCAML_COMPILER
# ocaml/opam:alpine-ocaml-4.13
image
:
ocaml/opam@sha256:
29fbef87c4a77d0c25bf000997f8f9dba6ab1b30b23944b31517bfa2a75cbdb1
image
:
ocaml/opam@sha256:
fc03bda1598542dfa3fbedc7734cc6c256fb26909506ae7ffb127f5f6ff50683
cache
:
# https://docs.gitlab.com/ee/ci/yaml/#cache
key
:
$OCAML_COMPILER-alpine
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment