Skip to content

Commit fde5132

Browse files
committed
TEST: Test out the workflow on this branch temporarily
1 parent 190c95e commit fde5132

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/containers-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
branches:
55
- v*
6+
# FIXME: This is for testing. Remove once tested!
7+
- 202-build-ci-image-cd
68
paths:
79
- containers/upstream/prod
810
- containers/compose.prod.yaml

containers/compose.prod.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ x-common-args: &common-args
99
services:
1010
upstream:
1111
container_name: Upstream
12-
image: ghcr.io/access-nri/build-ci-upstream:rocky-v1.1-2025.12.000
12+
image: ghcr.io/access-nri/build-ci-upstream:rocky-v1.1-2025.12.000-test
1313
tty: true
1414
build:
1515
context: .
@@ -27,7 +27,7 @@ services:
2727

2828
runner:
2929
container_name: Runner
30-
image: ghcr.io/access-nri/build-ci-runner:rocky-v1.1-2025.12.000
30+
image: ghcr.io/access-nri/build-ci-runner:rocky-v1.1-2025.12.000-test
3131
tty: true
3232
depends_on:
3333
- upstream

0 commit comments

Comments
 (0)