Skip to content

Commit dd7c084

Browse files
committed
Fix image URI
1 parent 87fd6f8 commit dd7c084

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
uses: docker/build-push-action@v5
2828
with:
2929
push: true
30-
tags: ghcr.io/mathworks-ref-arch/parallel-server-proxy:${{ github.event.release.tag_name }}
30+
tags: ghcr.io/mathworks/parallel-server-proxy:${{ github.event.release.tag_name }}
3131

0 commit comments

Comments
 (0)