You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# don't set DOCKER_REGISTRY when working only locally
5
-
# DOCKER_REGISTRY=
6
-
#DOCKER_REGISTRY=gitlab.ext.cyber.ee:5050/cdoc2/
1
+
# Default .env file that will use ghcr.io/open-eid
2
+
# Need to be logged in https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-with-a-personal-access-token-classic
7
3
DOCKER_REGISTRY=ghcr.io
8
-
# database properties
4
+
DOCKER_REPOSITORY=open-eid
5
+
6
+
# also locally built images use ghcr.io/open-eid for repository
7
+
8
+
# gitlab.ext
9
+
# instead of commenting out following lines, run:
10
+
# `source export-env.sh .env.cyber` to overwrite variables in this file from environment variables
11
+
#DOCKER_REGISTRY=gitlab.ext.cyber.ee:5050
12
+
#DOCKER_REPOSITORY=cdoc2/cdoc2-shares-server
13
+
14
+
# environment variables are not properly expanded in .env file,
15
+
# so don't use variables for defining other variables
[Create release](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository#creating-a-release) on tag done by [VERSIONING.md](https://github.com/open-eid/cdoc2-java-ref-impl/blob/master/VERSIONING.md) process.
85
-
It will trigger `maven-release.yml` workflow that will deploy Maven packages to GitHub Maven package repository
86
-
and build & publish Docker/OCI images.
115
+
[Create release](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository#creating-a-release). Tag name is used as built image version, so it should start with shares-server version
116
+
from [shares-server/pom.xml](shares-server/pom.xml).
117
+
It will trigger [`maven-release.yml`](.github/workflows/maven-release.yml) workflow that will deploy Maven packages to GitHub Maven package repository
118
+
and build & publish Docker/OCI images. Docker images are published to <https://github.com/orgs/open-eid/packages?ecosystem=container>
0 commit comments