We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b99b21 commit bcd861fCopy full SHA for bcd861f
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
DOCKER_BUILDKIT: 1
29
PLATFORM: "${{ matrix.platform }}"
30
- name: Test docker image
31
- run: make test
+ run: make test-certificates test
32
env:
33
34
COMPOSE_DOCKER_CLI_BUILD: 1
.github/workflows/publish.yml
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
# Anyway the image is pushed ... because of the buildx issue
51
continue-on-error: true
52
0 commit comments