Skip to content

Commit 1804507

Browse files
committed
typo guys, typo
1 parent 50fcb7b commit 1804507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Unzip image
3131
run: gunzip ${{ github.workflow_sha }}.tar.gz
3232
- name: Load image
33-
run: docker load container.tar
33+
run: docker load ${{ github.workflow_sha }}.tar
3434
- name: Spin up container
3535
run: docker run -d --name helloworld hello:latest
3636
- name: Await healthy or failed status

0 commit comments

Comments
 (0)