diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 138cc3c..8324503 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -32,9 +32,9 @@ jobs: with: images: ${{ env.IMAGE_NAME }} tags: | - type=semver,pattern={{version}} - type=semver,pattern={{major}}.{{minor}} - type=semver,pattern={{major}} + type=match,pattern=\d+.\d+.\d+ + type=match,pattern=\d+.\d+ + type=match,pattern=\d+ - name: Build and push Docker image id: push diff --git a/README.md b/README.md index 75e4438..e5ebd88 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ Docker Mica =========== +See [Mica docker image documentation](https://micadoc.obiba.org/en/latest/admin/installation.html#docker-image-installation). + + Use [docker compose](https://docs.docker.com/compose/) to launch agate and mongodb applications: ```