Skip to content

Commit d2deb7f

Browse files
author
user.name
committed
typo fixed
1 parent 84e975b commit d2deb7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/demo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
with:
1717
context: .
1818
file: Dockerfile
19-
push: false
2019
tags: my-image:latest
20+
push: false
2121

2222
- name: save image to tar
2323
run: |
24-
docker save -o ~/test.tar myimage:latest
24+
docker save -o ~/test.tar my-image:latest
2525
2626
- name: List files in the repository
2727
run: |

0 commit comments

Comments
 (0)