Merge pull request #3528 from gradido/publish_fix_database_docker2

fix(other): remove mariadb from publish workflow
This commit is contained in:
einhornimmond 2025-08-14 17:45:46 +02:00 committed by GitHub
commit 0711677a14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -315,8 +315,6 @@ jobs:
path: /tmp
- name: Load Docker Image
run: docker load < /tmp/database_up.tar
- name: Load Docker Image
run: docker load < /tmp/mariadb.tar
- name: Download Docker Image (Nginx)
uses: actions/download-artifact@v4
with: