fix publish worker

This commit is contained in:
einhornimmond 2025-05-20 11:36:50 +02:00
parent c9505b00ce
commit 345b35fe55

View File

@ -209,7 +209,7 @@ jobs:
##########################################################################
- name: Database | Build `up` image
run: |
docker build --target up -t "gradido/database:up" database/
docker build -f ./database/Dockerfile --target up -t "gradido/database:up" .
docker save "gradido/database:up" > /tmp/database_up.tar
- name: Upload Artifact
uses: actions/upload-artifact@v4