Skip to content

Commit

Permalink
Update cloudshell.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lixinyang123 authored May 3, 2024
1 parent 315e439 commit 9e47e5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cloudshell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
- uses: actions/checkout@v4

- name: Build the Docker image
run: docker build . --file Dockerfile --tag cloudshell:latest
run: |
git submodule update --init
docker build . --file Dockerfile --tag cloudshell:latest
- name: Push image to DockerHub
run: |
Expand Down

0 comments on commit 9e47e5a

Please sign in to comment.