Skip to content

Commit

Permalink
Update docker.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
46797536 authored Jul 2, 2024
1 parent ab52b2d commit 3e34aef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
curl -LO https://github.com/labring/sealos/releases/download/v4.3.3/sealos_4.3.3_linux_amd64.tar.gz
tar -xzvf sealos_4.3.3_linux_amd64.tar.gz
chmod +x sealos
mv sealos /usr/bin
#mv sealos /usr/bin
#echo "$PWD/sealos" >> $GITHUB_PATH
echo "$PWD/sealos" >> $PATH
echo $PATH
- name: Verify sealos installation
Expand Down

0 comments on commit 3e34aef

Please sign in to comment.