Skip to content

Commit f4d3673

Browse files
committed
Fix tests
1 parent 5589e23 commit f4d3673

4 files changed

Lines changed: 18 additions & 18 deletions

File tree

.github/integration/sda-doa-posix-outbox.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
build:
1616
context: ../../postgresql
1717
container_name: postgres
18-
image: ghcr.io/neicnordic/sensitive-data-archive:PR${PR_NUMBER}-postgres
18+
image: ghcr.io/biobanklab/sensitive-data-archive:PR${PR_NUMBER}-postgres
1919
depends_on:
2020
certfixer:
2121
condition: service_completed_successfully
@@ -53,7 +53,7 @@ services:
5353
rabbitmq:
5454
build:
5555
context: ../../rabbitmq
56-
image: ghcr.io/neicnordic/sensitive-data-archive:PR${PR_NUMBER}-rabbitmq
56+
image: ghcr.io/biobanklab/sensitive-data-archive:PR${PR_NUMBER}-rabbitmq
5757
container_name: rabbitmq
5858
depends_on:
5959
certfixer:
@@ -86,7 +86,7 @@ services:
8686
container_name: doa
8787
build:
8888
context: ../../sda-doa
89-
image: ghcr.io/neicnordic/sensitive-data-archive:PR${PR_NUMBER}-doa
89+
image: ghcr.io/biobanklab/sensitive-data-archive:PR${PR_NUMBER}-doa
9090
depends_on:
9191
postgres:
9292
condition: service_healthy

.github/integration/sda-doa-s3-outbox.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
build:
1616
context: ../../postgresql
1717
container_name: postgres
18-
image: ghcr.io/neicnordic/sensitive-data-archive:PR${PR_NUMBER}-postgres
18+
image: ghcr.io/biobanklab/sensitive-data-archive:PR${PR_NUMBER}-postgres
1919
depends_on:
2020
certfixer:
2121
condition: service_completed_successfully
@@ -53,7 +53,7 @@ services:
5353
rabbitmq:
5454
build:
5555
context: ../../rabbitmq
56-
image: ghcr.io/neicnordic/sensitive-data-archive:PR${PR_NUMBER}-rabbitmq
56+
image: ghcr.io/biobanklab/sensitive-data-archive:PR${PR_NUMBER}-rabbitmq
5757
container_name: rabbitmq
5858
depends_on:
5959
certfixer:
@@ -113,7 +113,7 @@ services:
113113
container_name: doa
114114
build:
115115
context: ../../sda-doa
116-
image: ghcr.io/neicnordic/sensitive-data-archive:PR${PR_NUMBER}-doa
116+
image: ghcr.io/biobanklab/sensitive-data-archive:PR${PR_NUMBER}-doa
117117
depends_on:
118118
postgres:
119119
condition: service_healthy

.github/integration/sda-posix-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
- shared:/shared
3838

3939
reencrypt:
40-
image: ghcr.io/neicnordic/sensitive-data-archive:PR${PR_NUMBER}
40+
image: ghcr.io/biobanklab/sensitive-data-archive:PR${PR_NUMBER}
4141
command: [ sda-reencrypt ]
4242
container_name: reencrypt
4343
depends_on:

.github/integration/sda-sync-integration.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
interval: 10s
2828
timeout: 2s
2929
retries: 6
30-
image: ghcr.io/neicnordic/sensitive-data-archive:PR${PR_NUMBER}-postgres
30+
image: ghcr.io/biobanklab/sensitive-data-archive:PR${PR_NUMBER}-postgres
3131
ports:
3232
- "15432:5432"
3333
restart: always
@@ -49,7 +49,7 @@ services:
4949
interval: 10s
5050
timeout: 5s
5151
retries: 6
52-
image: ghcr.io/neicnordic/sensitive-data-archive:PR${PR_NUMBER}-rabbitmq
52+
image: ghcr.io/biobanklab/sensitive-data-archive:PR${PR_NUMBER}-rabbitmq
5353
ports:
5454
- "15672:15672"
5555
restart: always
@@ -81,7 +81,7 @@ services:
8181
GOLANG_VERSION: ${GOLANG_VERSION:-1.20}
8282
context: ../../sda
8383
target: debug
84-
image: ghcr.io/neicnordic/sensitive-data-archive:PR${PR_NUMBER}
84+
image: ghcr.io/biobanklab/sensitive-data-archive:PR${PR_NUMBER}
8585
command: [ sda-s3inbox ]
8686
container_name: s3inbox
8787
depends_on:
@@ -112,7 +112,7 @@ services:
112112
- "18001:8001"
113113

114114
ingest:
115-
image: ghcr.io/neicnordic/sensitive-data-archive:PR${PR_NUMBER}
115+
image: ghcr.io/biobanklab/sensitive-data-archive:PR${PR_NUMBER}
116116
command: [ sda-ingest ]
117117
container_name: ingest
118118
depends_on:
@@ -137,7 +137,7 @@ services:
137137
- shared:/shared
138138

139139
verify:
140-
image: ghcr.io/neicnordic/sensitive-data-archive:PR${PR_NUMBER}
140+
image: ghcr.io/biobanklab/sensitive-data-archive:PR${PR_NUMBER}
141141
command: [ sda-verify ]
142142
container_name: verify
143143
depends_on:
@@ -162,7 +162,7 @@ services:
162162
- shared:/shared
163163

164164
finalize:
165-
image: ghcr.io/neicnordic/sensitive-data-archive:PR${PR_NUMBER}
165+
image: ghcr.io/biobanklab/sensitive-data-archive:PR${PR_NUMBER}
166166
command: [ sda-finalize ]
167167
container_name: finalize
168168
depends_on:
@@ -187,7 +187,7 @@ services:
187187
- shared:/shared
188188

189189
mapper:
190-
image: ghcr.io/neicnordic/sensitive-data-archive:PR${PR_NUMBER}
190+
image: ghcr.io/biobanklab/sensitive-data-archive:PR${PR_NUMBER}
191191
command: [ sda-mapper ]
192192
container_name: mapper
193193
depends_on:
@@ -211,7 +211,7 @@ services:
211211
- shared:/shared
212212

213213
sync:
214-
image: ghcr.io/neicnordic/sensitive-data-archive:PR${PR_NUMBER}
214+
image: ghcr.io/biobanklab/sensitive-data-archive:PR${PR_NUMBER}
215215
command: [ sda-sync ]
216216
container_name: sync
217217
depends_on:
@@ -235,7 +235,7 @@ services:
235235
- shared:/shared
236236

237237
sync-api:
238-
image: ghcr.io/neicnordic/sensitive-data-archive:PR${PR_NUMBER}
238+
image: ghcr.io/biobanklab/sensitive-data-archive:PR${PR_NUMBER}
239239
command: [ sda-syncapi ]
240240
container_name: sync-api
241241
depends_on:
@@ -309,7 +309,7 @@ services:
309309
- DB_USER=api
310310
extra_hosts:
311311
- "localhost:host-gateway"
312-
image: ghcr.io/neicnordic/sensitive-data-archive:PR${PR_NUMBER}
312+
image: ghcr.io/biobanklab/sensitive-data-archive:PR${PR_NUMBER}
313313
ports:
314314
- "8090:8080"
315315
restart: always
@@ -319,7 +319,7 @@ services:
319319
- shared:/shared
320320

321321
reencrypt:
322-
image: ghcr.io/neicnordic/sensitive-data-archive:PR${PR_NUMBER}
322+
image: ghcr.io/biobanklab/sensitive-data-archive:PR${PR_NUMBER}
323323
command: [ sda-reencrypt ]
324324
container_name: reencrypt
325325
depends_on:

0 commit comments

Comments
 (0)