Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonZogk authored Oct 25, 2024
1 parent 8b5b364 commit dbfdced
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ jobs:
- name: checkout root
uses: actions/checkout@v3

- name: ls in root
run: |
ls
docker image ls

- name: run
run: docker run -id --name test1 cml_3.9
- name: test1
run: docker cp $(pwd)/. cml_3.9:/
- name: test2
run: docker exec cml_3.9 ls -la /



0 comments on commit dbfdced

Please sign in to comment.