Skip to content

Commit

Permalink
Use docker
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrous committed Feb 5, 2024
1 parent 3ceddd3 commit 85858da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
# Clean up the workspace
rm -rf fswatcher
docker system prune -y
docker system prune -f
# aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin 351967858401.dkr.ecr.us-east-1.amazonaws.com
git clone https://github.com/HERMES-SOC/fswatcher
cd fswatcher
Expand Down

0 comments on commit 85858da

Please sign in to comment.