From c7482fe32f6852febbe9241386c69240e131fb07 Mon Sep 17 00:00:00 2001 From: Ruud Senden <8635138+rsenden@users.noreply.github.com> Date: Mon, 9 Sep 2024 12:04:16 +0200 Subject: [PATCH] ci: Docker publish fix --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89e10c4e76..d32aa54afb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -288,7 +288,7 @@ jobs: do docker build . --target fcli-${i} -t fcli-${i} mkdir ${PWD}/${i} - docker run --rm -u $(id -u):$(id -g) -v ${PWD}/${i}:/home fcli-${i} fcli tool sc-client install + docker run --rm -u $(id -u):$(id -g) -v ${PWD}/${i}:/data fcli-${i} fcli tool sc-client install test -f ${PWD}/${i}/fortify/bin/scancentral done @@ -346,8 +346,8 @@ jobs: do docker build . --target fcli-${i} -t fcli-${i} mkdir ${PWD}/${i} - docker run --rm -v ${PWD}/${i}:/home fcli-${i} fcli tool sc-client install - test -f ${PWD}/${i}/fortify/bin/scancentral + echo docker run --rm -v ${PWD}/${i}:/data fcli-${i} fcli tool sc-client install + echo test -f ${PWD}/${i}/fortify/bin/scancentral done - name: DEV - Tag Windows images