Skip to content

Commit eb5578e

Browse files
authored
updated to 6.x (#70)
1 parent a89be58 commit eb5578e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: api
2929
runs-on: biggy-automated-testing
3030
container:
31-
image: ghcr.io/dpc-sdp/bay/ci-builder:5.x
31+
image: ghcr.io/dpc-sdp/bay/ci-builder:6.x
3232
steps:
3333
- name: Checkout code
3434
uses: actions/checkout@v4

.github/workflows/export_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: startsWith(github.ref, 'refs/heads/automation/')
1212
runs-on: biggy
1313
container:
14-
image: ghcr.io/dpc-sdp/bay/ci-builder:5.x
14+
image: ghcr.io/dpc-sdp/bay/ci-builder:6.x
1515
steps:
1616
- name: Checkout code
1717
uses: actions/checkout@v4

.github/workflows/rel_export_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Export Config and Push to Branch
1717
runs-on: biggy
1818
container:
19-
image: ghcr.io/dpc-sdp/bay/ci-builder:5.x
19+
image: ghcr.io/dpc-sdp/bay/ci-builder:6.x
2020

2121
steps:
2222
- name: Checkout code

0 commit comments

Comments
 (0)