Skip to content

Commit 84e975b

Browse files
author
user.name
committed
test
1 parent 8638dab commit 84e975b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/demo.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
push: false
2020
tags: my-image:latest
2121

22+
- name: save image to tar
23+
run: |
24+
docker save -o ~/test.tar myimage:latest
25+
2226
- name: List files in the repository
2327
run: |
2428
ls ${{ github.workspace }}

0 commit comments

Comments
 (0)