Skip to content

Commit

Permalink
fix docker image path
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Niemeyer committed Jan 30, 2025
1 parent a7e021a commit 0f87a8a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"image": "ghcr.io/DFKI-NI/seerep_base:latest",
"image": "ghcr.io/dfki-ni/seerep_base:latest",
"name": "seerep_dev",
"customizations": {
"vscode": {
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Unit Tests
runs-on: ubuntu-latest
container:
image: ghcr.io/DFKI-NI/seerep_base:latest
image: ghcr.io/dfki-ni/seerep_base:latest
steps:

- name: Checkout Code
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
name: Integration Tests
runs-on: ubuntu-latest
container:
image: ghcr.io/DFKI-NI/seerep_base:latest
image: ghcr.io/dfki-ni/seerep_base:latest
steps:

- name: Checkout Code
Expand Down
2 changes: 1 addition & 1 deletion docker/kustomize/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: seerep-server
image: 'ghcr.io/DFKI-NI/seerep_server:latest'
image: 'ghcr.io/dfki-ni/seerep_server:latest'
tty: true
ports:
- containerPort: 9090
Expand Down
2 changes: 1 addition & 1 deletion docker/server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- seerep_log:${SEEREP_LOG_PATH}
command: chown -R ${USER_ID}:${GROUP_ID} ${SEEREP_DATA_FOLDER} ${SEEREP_LOG_PATH}
seerep:
image: ghcr.io/DFKI-NI/seerep_server:latest
image: ghcr.io/dfki-ni/seerep_server:latest
platform: linux/x86_64
user: "${USER_ID}:${GROUP_ID}"
tty: true
Expand Down

0 comments on commit 0f87a8a

Please sign in to comment.