From a4ddb5f1af5a711c9bd24b9887f33e2df5595672 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Wed, 25 Dec 2024 21:44:34 +0000 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 18bc8027..b5a0784b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: - name: Build with Gradle and with spring security run: ./gradlew clean build env: - DOCKER_ENABLE_SECURITY: false + DOCKER_ENABLE_SECURITY: true docker-compose-tests: # if: github.event_name == 'push' && github.ref == 'refs/heads/main' ||