Skip to content

Commit

Permalink
switch to ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
faberto committed Jan 25, 2024
1 parent ca1d8c6 commit 65f67c7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 65 deletions.
63 changes: 0 additions & 63 deletions .gitlab-ci.yml

This file was deleted.

2 changes: 1 addition & 1 deletion k8s/backend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
serviceAccountName: staqe-backend
containers:
- name: staqe
image: docker.io/mondata/staqe-backend:latest
image: ghcr.io/mondata-dev/staqe-backend:latest
ports:
- name: http
containerPort: 3300
Expand Down
2 changes: 1 addition & 1 deletion k8s/nuxt-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
spec:
containers:
- name: nuxt
image: docker.io/mondata/staqe-app:latest
image: ghcr.io/mondata-dev/staqe-frontend:latest
ports:
- name: http
containerPort: 3000
Expand Down

0 comments on commit 65f67c7

Please sign in to comment.