Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fivlao authored Jan 7, 2024
1 parent f214e65 commit 3062a32
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
run: docker build . -f ./Dockerfile -t fivlao/sound:latest-dev

- name: Save Docker image as tar file
run: docker save -o my-image.tar fivlao/sound:latest-dev
run: |
docker save -o my-image.tar fivlao/sound:latest-dev
pwd
ls
- name: Transfer Docker image to remote server
uses: appleboy/[email protected]
Expand Down

0 comments on commit 3062a32

Please sign in to comment.