Skip to content

Commit b596735

Browse files
authored
release: 1.1.8 (#245)
2 parents 3b265c7 + d00a765 commit b596735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,6 @@ jobs:
111111
- name: run file beats
112112
if: env.status == 'stopped'
113113
run: |
114-
docker build -t filebeat-gitanimals:latest ./deploy/filebeat
115-
docker run -d --name filebeat -v logs:/logs -t filebeat-gitanimals:latest
114+
sudo docker build -t filebeat-gitanimals:latest ./deploy/filebeat
115+
sudo docker run -d --name filebeat -v logs:/logs -t filebeat-gitanimals:latest
116116

0 commit comments

Comments
 (0)