From f0fc74ecfa58c2be61fbe7263f2c3e5a7e9a5c50 Mon Sep 17 00:00:00 2001 From: "Yankel Scialom (YSC)" Date: Mon, 1 Apr 2024 17:04:55 +0200 Subject: [PATCH] docker logout before anything --- .github/workflows/continuous-integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 3982aeb..3b0ca0f 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -51,7 +51,7 @@ jobs: envsubst dist/settings.yaml - name: Install - run: cd dist && ../src/install/installer.sh + run: docker logout && cd dist && ../src/install/installer.sh - name: Start run: |