Skip to content

Commit 7dadec4

Browse files
committed
Attempt to force docker format to enable healthcheck in podman
1 parent d152f95 commit 7dadec4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
- name: Start
5656
run: |
5757
# testenv started before
58-
${DOCKER_CMD} compose ${TESTENV_COMPOSE_OPTS} up -d --force-recreate
59-
${DOCKER_CMD} compose ${ANMS_COMPOSE_OPTS} up -d --force-recreate --wait --wait-timeout 600
58+
BUILDAH_FORMAT=docker ${DOCKER_CMD} compose ${TESTENV_COMPOSE_OPTS} up -d --force-recreate
59+
BUILDAH_FORMAT=docker ${DOCKER_CMD} compose ${ANMS_COMPOSE_OPTS} up -d --force-recreate --wait --wait-timeout 600
6060
- name: Status
6161
if: always()
6262
run: |

0 commit comments

Comments
 (0)