Skip to content

Commit

Permalink
release: 1.1.8 (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb authored Jan 17, 2025
2 parents 3b265c7 + d00a765 commit b596735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@ jobs:
- name: run file beats
if: env.status == 'stopped'
run: |
docker build -t filebeat-gitanimals:latest ./deploy/filebeat
docker run -d --name filebeat -v logs:/logs -t filebeat-gitanimals:latest
sudo docker build -t filebeat-gitanimals:latest ./deploy/filebeat
sudo docker run -d --name filebeat -v logs:/logs -t filebeat-gitanimals:latest

0 comments on commit b596735

Please sign in to comment.