Skip to content

Commit 29c0415

Browse files
authored
DBC22-2081_2:Fix test workflows (#399)
1 parent 736363a commit 29c0415

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
uses: redhat-actions/buildah-build@v2.9
200200
with:
201201
image: drivebc-logprocessing
202-
tags: latest latest-test ${{ github.sha }}
202+
tags: latest latest-test ${{ github.sha }} ${{ needs.build-pre.outputs.tag }}
203203
labels: |
204204
app=drivebc
205205
containerfiles: ./compose/logprocessing/DockerFile

.github/workflows/test_manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
uses: redhat-actions/buildah-build@v2.9
179179
with:
180180
image: drivebc-logprocessing
181-
tags: latest latest-test ${{ github.sha }}
181+
tags: latest latest-test ${{ github.sha }} ${{ needs.build-pre.outputs.tag }}
182182
labels: |
183183
app=drivebc
184184
containerfiles: ./compose/logprocessing/DockerFile

0 commit comments

Comments
 (0)