Skip to content

Commit

Permalink
test build
Browse files Browse the repository at this point in the history
  • Loading branch information
h3xitsec authored Nov 4, 2024
1 parent 06aa911 commit 3580e0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: ./build/BaseImage
file: ./build/BaseImage/Dockerfile
file: Dockerfile
push: true
tags: ghcr.io/${{ github.repository_owner }}/h3xrecon_base:latest

Expand Down
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ cp -r src/DatabaseManager build/Worker/
cp -r src/QueueManager build/Worker/
cp src/requirements_workers.txt build/Worker/requirements.txt

echo "Directory tree"
find . | sed -e "s/[^-][^\/]*\// |/g" -e "s/|\([^ ]\)/|-\1/"

# cp src/docker-compose_swarm.yaml build/docker-compose.yaml
# cp src/requirements_node.txt build/requirements.txt
# cp -r src/BaseImage build/BaseImage
Expand Down

0 comments on commit 3580e0a

Please sign in to comment.