Skip to content

Commit

Permalink
ci: Docker publish fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Sep 9, 2024
1 parent e1ea087 commit c7482fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c7482fe

Please sign in to comment.