We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64db5ad commit a6ee020Copy full SHA for a6ee020
.github/workflows/docker-publish.yml
@@ -32,9 +32,9 @@ jobs:
32
with:
33
images: ${{ env.IMAGE_NAME }}
34
tags: |
35
- type=semver,pattern={{version}}
36
- type=semver,pattern={{major}}.{{minor}}
37
- type=semver,pattern={{major}}
+ type=match,pattern=\d+.\d+.\d+
+ type=match,pattern=\d+.\d+
+ type=match,pattern=\d+
38
39
- name: Build and push Docker image
40
id: push
README.md
@@ -1,6 +1,9 @@
1
Docker Mica
2
===========
3
4
+See [Mica docker image documentation](https://micadoc.obiba.org/en/latest/admin/installation.html#docker-image-installation).
5
+
6
7
Use [docker compose](https://docs.docker.com/compose/) to launch agate and mongodb applications:
8
9
```
0 commit comments