Skip to content

Commit 2f73609

Browse files
committed
Specify base OS in test and pushes
Otherwise it defaults to EL9
1 parent 79a5fa7 commit 2f73609

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-series-builds.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ jobs:
153153
build-args: |
154154
BASE_YUM_REPO=${{ matrix.repo }}
155155
BASE_OSG_SERIES=${{ matrix.osg_series.name }}
156+
BASE_OS=${{ matrix.osg_series.os }}
156157
load: True # allow access to built images through the Docker CLI
157158
tags: stash-cache:latest
158159
target: stash-cache
@@ -165,6 +166,7 @@ jobs:
165166
build-args: |
166167
BASE_YUM_REPO=${{ matrix.repo }}
167168
BASE_OSG_SERIES=${{ matrix.osg_series.name }}
169+
BASE_OS=${{ matrix.osg_series.os }}
168170
load: True # allow access to built images through the Docker CLI
169171
tags: stash-origin:latest
170172
target: stash-origin
@@ -256,6 +258,7 @@ jobs:
256258
build-args: |
257259
BASE_YUM_REPO=${{ matrix.repo }}
258260
BASE_OSG_SERIES=${{ matrix.osg_series.name }}
261+
BASE_OS=${{ matrix.osg_series.os }}
259262
tags: "${{ steps.generate-tag-list.outputs.taglist }}"
260263
target: ${{ matrix.image }}
261264
cache-from: type=local,src=/tmp/.${{ matrix.image }}-buildx-cache

0 commit comments

Comments
 (0)