File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 if : ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/heads/task-') }}
112112 env :
113113 container_registry : ghcr.io
114- docker_image_name : share-task-runner
114+ docker_image_name : unisoncomputing/ share-task-runner
115115 needs : [build-exes]
116116 runs-on : ubuntu-24.04
117117 # Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
@@ -193,7 +193,7 @@ jobs:
193193 share-api-docker-build :
194194 env :
195195 container_registry : ghcr.io
196- docker_image_name : share-api
196+ docker_image_name : unisoncomputing/ share-api
197197 needs : [build-exes]
198198 runs-on : ubuntu-24.04
199199 # Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
You can’t perform that action at this time.
0 commit comments