Skip to content

Commit

Permalink
chore: fix ci-workflow of cluster image build (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow authored Jan 18, 2023
1 parent d49b15e commit 2ee412c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 138 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-sealos-cluster-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ jobs:
echo "run: buildah login -u ${{ github.repository_owner }} -p ${{ secrets.GITHUB_TOKEN }} ghcr.io"
sudo buildah login -u ${{ github.repository_owner }} -p ${{ secrets.GITHUB_TOKEN }} ghcr.io
- name: Prepare cluster image
working-directory: deploy/build
run: |
bash pre-build.sh
- name: Build cluster image
env:
IMAGE: ghcr.io/${{ github.repository_owner }}/${{ env.image }}
Expand Down
133 changes: 0 additions & 133 deletions docs/design 1.0/README.md

This file was deleted.

0 comments on commit 2ee412c

Please sign in to comment.