This is an automated email from the ASF dual-hosted git repository.

arnold pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 1aa881ee7 Update ghcr.io/navikt/mock-oauth2-server Docker tag to v1
1aa881ee7 is described below

commit 1aa881ee71f672fe8a57815d25b4818b801efbd0
Author: Renovate <b...@renovateapp.com>
AuthorDate: Mon Jul 24 00:34:59 2023 +0000

    Update ghcr.io/navikt/mock-oauth2-server Docker tag to v1
---
 .github/workflows/build-mariadb.yml    | 2 +-
 .github/workflows/build-mysql.yml      | 2 +-
 .github/workflows/build-postgresql.yml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build-mariadb.yml 
b/.github/workflows/build-mariadb.yml
index 4e05347d5..d122732b8 100644
--- a/.github/workflows/build-mariadb.yml
+++ b/.github/workflows/build-mariadb.yml
@@ -18,7 +18,7 @@ jobs:
             options: --health-cmd="healthcheck.sh --su-mysql --connect 
--innodb_initialized" --health-interval=5s --health-timeout=2s 
--health-retries=3
 
         mock-oauth2-server:
-          image: ghcr.io/navikt/mock-oauth2-server:0.5.9
+          image: ghcr.io/navikt/mock-oauth2-server:1.0.0
           ports:
             - 9000:9000
           env:
diff --git a/.github/workflows/build-mysql.yml 
b/.github/workflows/build-mysql.yml
index 52035b500..fbbe494ee 100644
--- a/.github/workflows/build-mysql.yml
+++ b/.github/workflows/build-mysql.yml
@@ -18,7 +18,7 @@ jobs:
             options: --health-cmd="mysqladmin ping" --health-interval=5s 
--health-timeout=2s --health-retries=3
 
         mock-oauth2-server:
-          image: ghcr.io/navikt/mock-oauth2-server:0.5.9
+          image: ghcr.io/navikt/mock-oauth2-server:1.0.0
           ports:
             - 9000:9000
           env:
diff --git a/.github/workflows/build-postgresql.yml 
b/.github/workflows/build-postgresql.yml
index f6f3df8dc..bb6b087d7 100644
--- a/.github/workflows/build-postgresql.yml
+++ b/.github/workflows/build-postgresql.yml
@@ -19,7 +19,7 @@ jobs:
             options: --health-cmd="pg_isready -q -d postgres -U root" 
--health-interval=5s --health-timeout=2s --health-retries=3
 
         mock-oauth2-server:
-          image: ghcr.io/navikt/mock-oauth2-server:0.5.9
+          image: ghcr.io/navikt/mock-oauth2-server:1.0.0
           ports:
             - 9000:9000
           env:

Reply via email to