Skip to content

Commit 2c957dd

Browse files
committed
Fix docker image tag for cpp-test-lib job in build workflow (#68)
1 parent 34c673d commit 2c957dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- uses: actions/checkout@v3
7171
with:
7272
submodules: true
73-
- run: docker build -t cpputest-libc --build-arg TAG=${{ matrix.alpine.tag }} -f ./docker/${{ matrix.target.dockerfile }} .
73+
- run: docker build -t cpputest-libc --build-arg TAG=${{ matrix.debian.tag }} -f ./docker/${{ matrix.target.dockerfile }} .
7474
- run: docker run --name test-libc cpputest-libc
7575
- run: docker cp test-libc:/build/test/cpputest/results/ .
7676
- uses: mikepenz/action-junit-report@v3

0 commit comments

Comments
 (0)