Skip to content

Commit 6559526

Browse files
author
user.name
committed
new version
1 parent cba4b97 commit 6559526

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/demo.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ jobs:
2020
# push: false
2121

2222
- name: Build Docker Image
23-
uses: docker/exec-action@v2  
24-
with:
25-
commands: |
26-
docker build -t my-image:latest .
23+
run: |
24+
docker build -t my-image:latest .
2725
2826
- name: save image to tar
2927
run: |

0 commit comments

Comments
 (0)