File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ jobs:
199
199
uses : redhat-actions/buildah-build@v2.9
200
200
with :
201
201
image : drivebc-logprocessing
202
- tags : latest latest-test ${{ github.sha }}
202
+ tags : latest latest-test ${{ github.sha }} ${{ needs.build-pre.outputs.tag }}
203
203
labels : |
204
204
app=drivebc
205
205
containerfiles : ./compose/logprocessing/DockerFile
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ jobs:
178
178
uses : redhat-actions/buildah-build@v2.9
179
179
with :
180
180
image : drivebc-logprocessing
181
- tags : latest latest-test ${{ github.sha }}
181
+ tags : latest latest-test ${{ github.sha }} ${{ needs.build-pre.outputs.tag }}
182
182
labels : |
183
183
app=drivebc
184
184
containerfiles : ./compose/logprocessing/DockerFile
You can’t perform that action at this time.
0 commit comments