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 b8eea2f commit 80d53e2
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 @@ -16,7 +16,7 @@ jobs:
# Clean up the workspace
rm -rf fswatcher
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
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
docker build -t sdc_aws_lambda_promtail . --no-cache
Expand Down

0 comments on commit 80d53e2

Please sign in to comment.