Skip to content

Commit

Permalink
chore: fix cloud build ci.
Browse files Browse the repository at this point in the history
Signed-off-by: yy <[email protected]>

Signed-off-by: yy <[email protected]>
  • Loading branch information
lingdie committed May 15, 2024
1 parent 7974ba5 commit 2455c0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,7 @@ jobs:
run: |
[ -z "${{ inputs.build_from }}" ] && BuildFromTag="latest" || BuildFromTag="${{ inputs.build_from }}"; echo "BuildFromTag=${BuildFromTag}"
sed -i "s#labring#${{ github.repository_owner }}#g" init.sh
sed -i "s#labring#${{ github.repository_owner }}#g" etc/sealos/desktop-config.yaml
sed -i "s#latest#${BuildFromTag}#g" init.sh
sed -i "s#latest#${BuildFromTag}#g" etc/sealos/desktop-config.yaml
sudo bash init.sh amd64
sudo sealos build -t ${{ steps.prepare.outputs.repo }}:${{ steps.prepare.outputs.tag_name }}-amd64 --platform linux/amd64 -f Kubefile
Expand Down

0 comments on commit 2455c0d

Please sign in to comment.