move mariadb test jobs to separate workflow file

This commit is contained in:
mahula 2023-05-02 17:00:35 +02:00
parent 583b2f5d8f
commit 5c7a0df7ff

View File

@ -27,6 +27,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: MariaDB | Build 'test' image
run: |
docker build --target mariadb_server -t "gradido/mariadb:test" -f ./mariadb/Dockerfile ./