mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 00:56:02 +00:00
changed location of mysql-ssh container
This commit is contained in:
10
.github/workflows/build-test-containers.yaml
vendored
10
.github/workflows/build-test-containers.yaml
vendored
@@ -9,16 +9,16 @@ name: Build test containers
|
||||
- develop
|
||||
- feature/**
|
||||
paths:
|
||||
- e2e-tests/mysql-ssh/Dockerfile
|
||||
- e2e-tests/containers
|
||||
jobs:
|
||||
build-docker-ssh:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout source
|
||||
uses: actions/checkout@v3
|
||||
- name: Build mysql-ssh image
|
||||
- name: Build mysql-ssh-login image
|
||||
run: |
|
||||
docker build -t dbgate/mysql-ssh:latest e2e-tests/mysql-ssh
|
||||
docker build -t dbgate/mysql-ssh-login:latest e2e-tests/containers/mysql-ssh-login
|
||||
- name: Log in to GHCR
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
@@ -27,5 +27,5 @@ jobs:
|
||||
password: '${{ secrets.GITHUB_TOKEN }}'
|
||||
- name: Push image to GHCR
|
||||
run: |
|
||||
docker tag dbgate/mysql-ssh:latest ghcr.io/dbgate/mysql-ssh:latest
|
||||
docker push ghcr.io/dbgate/mysql-ssh:latest
|
||||
docker tag dbgate/mysql-ssh-login:latest ghcr.io/dbgate/mysql-ssh-login:latest
|
||||
docker push ghcr.io/dbgate/mysql-ssh-login:latest
|
||||
|
||||
Reference in New Issue
Block a user