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 1addd6b commit e3f1cc1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ jobs:
runs-on: self-hosted

steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Login to AWS ECR
run: |
# 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
docker build -t sdc_aws_lambda_promtail .
mount --make-rshared /
docker tag sdc_aws_lambda_promtail:latest 351967858401.dkr.ecr.us-east-1.amazonaws.com/sdc_aws_lambda_promtail:latest
Expand Down

0 comments on commit e3f1cc1

Please sign in to comment.