Skip to content

Commit 72690bc

Browse files
committed
i weep!!
1 parent 1804507 commit 72690bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

+1-1
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 ${{ github.workflow_sha }}.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)