Skip to content

Commit

Permalink
ci: fix versioning
Browse files Browse the repository at this point in the history
Release-As: 5.2.0

Signed-off-by: moabu <[email protected]>
  • Loading branch information
moabu committed Jan 3, 2025
1 parent 70d50a1 commit a078f14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-admin-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ ENV CN_WAIT_MAX_TIME=300 \
LABEL org.opencontainers.image.url="ghcr.io/gluufederation/flex/admin-ui" \
org.opencontainers.image.authors="Gluu Inc. <[email protected]>" \
org.opencontainers.image.vendor="Gluu Federation" \
org.opencontainers.image.version="5.2.0" \
org.opencontainers.image.version="5.2.0-1" \
org.opencontainers.image.title="Gluu Flex Admin UI" \
org.opencontainers.image.description=""

Expand Down
2 changes: 1 addition & 1 deletion docker-flex-all-in-one/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ ENV JETTY_BASE=/opt/jans/jetty \
LABEL org.opencontainers.image.url="ghcr.io/gluufederation/flex/flex-all-in-one" \
org.opencontainers.image.authors="Gluu Inc. <[email protected]>" \
org.opencontainers.image.vendor="Gluu Federation" \
org.opencontainers.image.version="5.2.0" \
org.opencontainers.image.version="5.2.0-1" \
org.opencontainers.image.title="Gluu Flex All-in-One" \
org.opencontainers.image.description=""

Expand Down
2 changes: 1 addition & 1 deletion docker-flex-monolith/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ ENV CN_HOSTNAME="demoexample.gluu.org" \
LABEL org.opencontainers.image.url="ghcr.io/gluufederation/flex/monolith" \
org.opencontainers.image.authors="GluuFederation <[email protected]>" \
org.opencontainers.image.vendor="GluuFederation" \
org.opencontainers.image.version="5.2.0" \
org.opencontainers.image.version="5.2.0-1" \
org.opencontainers.image.title="GluuFederation Flex Monolith Image" \
org.opencontainers.image.description="Janssen Authorization server + Casa + AdminUI"

Expand Down

0 comments on commit a078f14

Please sign in to comment.