Skip to content

Commit bcd861f

Browse files
committed
Make the CI bake certs
1 parent 1b99b21 commit bcd861f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
DOCKER_BUILDKIT: 1
2929
PLATFORM: "${{ matrix.platform }}"
3030
- name: Test docker image
31-
run: make test
31+
run: make test-certificates test
3232
env:
3333
DOCKER_BUILDKIT: 1
3434
COMPOSE_DOCKER_CLI_BUILD: 1

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
DOCKER_BUILDKIT: 1
4747

4848
- name: Test docker image
49-
run: make test
49+
run: make test-certificates test
5050
# Anyway the image is pushed ... because of the buildx issue
5151
continue-on-error: true
5252
env:

0 commit comments

Comments
 (0)