Skip to content

Commit

Permalink
CI: hotfix for docker-push error.
Browse files Browse the repository at this point in the history
Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
  • Loading branch information
sighingnow committed Jun 1, 2021
1 parent b549f9a commit 90b9e7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/kubernetes-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@ jobs:
- name: Publish docker images
if: ${{ github.ref == 'refs/heads/main' && github.repository == 'v6d-io/v6d' }}
run: |
cd k8s
sudo make docker-push IMG=${IMG}:${{ github.sha }}
sudo docker push ${IMG}:nightly

0 comments on commit 90b9e7d

Please sign in to comment.