Skip to content

Commit fe35ae7

Browse files
committed
Fix image name
1 parent b64952a commit fe35ae7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)