Skip to content

Commit 8a92c6c

Browse files
committed
seething yet hardly coping
1 parent 5990e78 commit 8a92c6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Build container
23-
run: docker buildx build -f Dockerfile . -t UND-ACM/demo-ci-docker:latest -t UND-ACM/demo-ci-docker:${{ needs.tag.outputs.tag }}
23+
run: docker buildx build -f Dockerfile . -t und-acm/demo-ci-docker:latest -t und-acm/demo-ci-docker:${{ needs.tag.outputs.tag }}
2424
- name: Export container
25-
run: docker save UND-ACM/demo-ci-docker:latest | gzip - > ${{ needs.tag.outputs.tag }}.tar.gz
25+
run: docker save und-acm/demo-ci-docker:latest | gzip - > ${{ needs.tag.outputs.tag }}.tar.gz
2626
- uses: actions/upload-artifact@v4
2727
name: Upload artifact
2828
with:
@@ -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 UND-ACM/demo-ci-docker:latest
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)