We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b265c7 + d00a765 commit b596735Copy full SHA for b596735
.github/workflows/deploy.yml
@@ -111,6 +111,6 @@ jobs:
111
- name: run file beats
112
if: env.status == 'stopped'
113
run: |
114
- docker build -t filebeat-gitanimals:latest ./deploy/filebeat
115
- 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
116
0 commit comments