Skip to content

Commit

Permalink
Update ghcr.io/navikt/mock-oauth2-server Docker tag to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and galovics committed Oct 2, 2023
1 parent 43ceac2 commit de13be6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:1.0.0
image: ghcr.io/navikt/mock-oauth2-server:2.0.0
ports:
- 9000:9000
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:1.0.0
image: ghcr.io/navikt/mock-oauth2-server:2.0.0
ports:
- 9000:9000
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:1.0.0
image: ghcr.io/navikt/mock-oauth2-server:2.0.0
ports:
- 9000:9000
env:
Expand Down

0 comments on commit de13be6

Please sign in to comment.