From 6da39d5fc7c3aed210cfd07af36155123dd4d3f7 Mon Sep 17 00:00:00 2001 From: Fabrice Date: Fri, 26 Jan 2024 11:22:10 -0500 Subject: [PATCH 1/2] updates --- .github/workflows/ci-biometric-authenticator.yml | 3 +-- .github/workflows/ci-email-verification-service.yml | 3 +-- .github/workflows/ci-hello-world.yml | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-biometric-authenticator.yml b/.github/workflows/ci-biometric-authenticator.yml index 198537c..c2f73e8 100644 --- a/.github/workflows/ci-biometric-authenticator.yml +++ b/.github/workflows/ci-biometric-authenticator.yml @@ -18,7 +18,6 @@ on: env: QUARKUS_CONTAINER_IMAGE_USERNAME: ${{ secrets.DOCKER_HUB_LOGIN }} QUARKUS_CONTAINER_IMAGE_PASSWORD: ${{ secrets.DOCKER_HUB_PWD }} - QUARKUS_CONTAINER_IMAGE_TAG: ${GITHUB_REF_NAME} jobs: build: @@ -37,5 +36,5 @@ jobs: - name: Build run: | cd biometric-authenticator - ./mvnw package -B + ./mvnw package -B -Dquarkus.container-image.tag=${GITHUB_REF##*/} docker image ls diff --git a/.github/workflows/ci-email-verification-service.yml b/.github/workflows/ci-email-verification-service.yml index fb98582..8555697 100644 --- a/.github/workflows/ci-email-verification-service.yml +++ b/.github/workflows/ci-email-verification-service.yml @@ -18,7 +18,6 @@ on: env: QUARKUS_CONTAINER_IMAGE_USERNAME: ${{ secrets.DOCKER_HUB_LOGIN }} QUARKUS_CONTAINER_IMAGE_PASSWORD: ${{ secrets.DOCKER_HUB_PWD }} - QUARKUS_CONTAINER_IMAGE_TAG: ${GITHUB_REF_NAME} jobs: build: @@ -37,5 +36,5 @@ jobs: - name: Build run: | cd email-verification-service - ./mvnw package -B + ./mvnw package -B -Dquarkus.container-image.tag=${GITHUB_REF##*/} docker image ls diff --git a/.github/workflows/ci-hello-world.yml b/.github/workflows/ci-hello-world.yml index be9dff6..7c8ce9c 100644 --- a/.github/workflows/ci-hello-world.yml +++ b/.github/workflows/ci-hello-world.yml @@ -18,7 +18,6 @@ on: env: QUARKUS_CONTAINER_IMAGE_USERNAME: ${{ secrets.DOCKER_HUB_LOGIN }} QUARKUS_CONTAINER_IMAGE_PASSWORD: ${{ secrets.DOCKER_HUB_PWD }} - QUARKUS_CONTAINER_IMAGE_TAG: ${GITHUB_REF_NAME} jobs: build: @@ -37,5 +36,5 @@ jobs: - name: Build run: | cd hello-world - ./mvnw package -B + ./mvnw package -B -Dquarkus.container-image.tag=${GITHUB_REF##*/} docker image ls From e5fbf709fd1082761cd36fa3126ae0f31c1eaed6 Mon Sep 17 00:00:00 2001 From: Fabrice Date: Fri, 26 Jan 2024 11:48:53 -0500 Subject: [PATCH 2/2] updates --- citizen-registry/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citizen-registry/README.md b/citizen-registry/README.md index 66608f4..ac263c0 100644 --- a/citizen-registry/README.md +++ b/citizen-registry/README.md @@ -80,7 +80,7 @@ Now you verify your face, just to be sure capture was OK. ### AvatarID Registry -create your Avatar and protect it with your face biometrics. Test URL: [https://i.avatar.demos.m.2060.io](https://i.avatar.demos.m.2060.io) +create your Avatar and protect it with your face biometrics. Test URL: [https://avatar.demos.m.2060.io/qr](https://avatar.demos.m.2060.io/qr) Service is similar to the GaiaID one.