Skip to content

Commit

Permalink
add docker password
Browse files Browse the repository at this point in the history
  • Loading branch information
luweizheng committed Jul 5, 2024
1 parent 390866f commit 0a6f6e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Xorbits CD for DockerHub

on:
schedule:
- cron: '35 12 * * *'
- cron: '30 13 * * *'
push:
tags:
- '*'
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Build and push Docker image
shell: bash
if: ${{ github.repository == 'xorbitsai/xorbits' }}
# if: ${{ github.repository == 'xorbitsai/xorbits' }}
env:
DOCKER_ORG: ${{ secrets.DOCKERHUB_USERNAME }}
PY_VERSION: ${{ matrix.python-version }}
Expand Down

0 comments on commit 0a6f6e3

Please sign in to comment.