oauth test WIP

This commit is contained in:
SPRINX0\prochazka
2025-01-08 15:05:14 +01:00
parent a3e8d64d4e
commit 01f3f44369
10 changed files with 83 additions and 0 deletions

View File

@@ -22,6 +22,9 @@ jobs:
- name: Build mysql-ssh-keyfile image
run: |
docker build -t dbgate/mysql-ssh-keyfile:latest e2e-tests/containers/mysql-ssh-keyfile
- name: Build dex image
run: |
docker build -t dbgate/dex:latest e2e-tests/containers/dex
- name: Log in to GHCR
uses: docker/login-action@v2
with:
@@ -36,3 +39,7 @@ jobs:
run: |
docker tag dbgate/mysql-ssh-keyfile:latest ghcr.io/dbgate/mysql-ssh-keyfile:latest
docker push ghcr.io/dbgate/mysql-ssh-keyfile:latest
- name: Push dex to GHCR
run: |
docker tag dbgate/dex:latest ghcr.io/dbgate/dex:latest
docker push ghcr.io/dbgate/dex:latest

View File

@@ -94,3 +94,5 @@ jobs:
image: 'ghcr.io/dbgate/mysql-ssh-login:latest'
mysql-ssh-keyfile:
image: 'ghcr.io/dbgate/mysql-ssh-keyfile:latest'
dex:
image: 'ghcr.io/dbgate/dex:latest'