diff --git a/.github/workflows/test_mariadb.yml b/.github/workflows/test_mariadb.yml index 585ede680..925884cf5 100644 --- a/.github/workflows/test_mariadb.yml +++ b/.github/workflows/test_mariadb.yml @@ -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 ./