Ci fixes unified build (#28)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user