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 01fbae6 commit f9e16b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ jobs:
steps:
- name: Setup sealos
run: |
set -e
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
echo "$PWD/sealos" >> $GITHUB_PATH
cat $GITHUB_PATH
- name: Check out code
uses: actions/checkout@v2
Expand Down

0 comments on commit f9e16b2

Please sign in to comment.