File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments