We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b4a407 commit a1ef283Copy full SHA for a1ef283
.github/workflows/release.yml
@@ -10,7 +10,7 @@ env:
10
11
jobs:
12
goreleaser:
13
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
14
steps:
15
- name: Set up Go
16
uses: actions/setup-go@v2
filebeat/Dockerfile
@@ -1,3 +1,4 @@
1
FROM elastic/filebeat:7.17.5
2
3
-COPY --from=build-env /go/bin/filebeat /usr/share/filebeat/
+USER root
4
+COPY dist/filebeat_linux_amd64_v1/beat /usr/share/filebeat
0 commit comments