We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ef283 commit c024900Copy full SHA for c024900
.github/workflows/release.yml
@@ -47,8 +47,8 @@ jobs:
47
streamnative/filebeat
48
tag-sha: true
49
50
- - name: Setup tmate session
51
- uses: mxschmitt/action-tmate@v3
+# - name: Setup tmate session
+# uses: mxschmitt/action-tmate@v3
52
53
- name: Build and push beat image
54
uses: docker/build-push-action@v2
filebeat/Dockerfile
@@ -1,4 +1,3 @@
1
FROM elastic/filebeat:7.17.5
2
3
-USER root
4
-COPY dist/filebeat_linux_amd64_v1/beat /usr/share/filebeat
+COPY dist/filebeat_linux_amd64_v1/beat /usr/share/filebeat/filebeat
0 commit comments