Ci fixes unified build (#28)

This commit is contained in:
2026-02-16 14:15:46 +00:00
parent e69b5308f5
commit d83217504c
4 changed files with 8 additions and 2 deletions

View File

@@ -225,6 +225,7 @@ jobs:
- name: Push unified to Docker Hub
if: steps.env.outputs.is_release == 'true' && secrets.DOCKERHUB_TOKEN != ''
continue-on-error: true
run: |
echo "${{ secrets.DOCKERHUB_TOKEN }}" | \
docker login -u "${{ secrets.DOCKERHUB_USERNAME }}" --password-stdin