From 3062a324de08acc7065d33ca6ec6f1d8dafc50dd Mon Sep 17 00:00:00 2001 From: Oleh Kulish <47536433+fivlao@users.noreply.github.com> Date: Sun, 7 Jan 2024 19:14:36 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9d84da4..85fcd2f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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/scp-action@v0.1.7