Skip to content

Commit c44232a

Browse files
committed
??????
1 parent 5101737 commit c44232a

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
@@ -40,7 +40,7 @@ jobs:
4040
- name: Load image
4141
run: gunzip -c ${{ needs.tag.outputs.tag }}.tar.gz | docker load
4242
- name: Spin up container
43-
run: docker run -d --name helloworld demo-ci-docker
43+
run: docker run -d --name helloworld UND-ACM/demo-ci-docker:latest
4444
- name: Await healthy or failed status
4545
run: |
4646
while(true); do

0 commit comments

Comments
 (0)