Skip to content

Commit c024900

Browse files
committed
Fixed github action
1 parent a1ef283 commit c024900

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
streamnative/filebeat
4848
tag-sha: true
4949

50-
- name: Setup tmate session
51-
uses: mxschmitt/action-tmate@v3
50+
# - name: Setup tmate session
51+
# uses: mxschmitt/action-tmate@v3
5252

5353
- name: Build and push beat image
5454
uses: docker/build-push-action@v2

filebeat/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
FROM elastic/filebeat:7.17.5
22

3-
USER root
4-
COPY dist/filebeat_linux_amd64_v1/beat /usr/share/filebeat
3+
COPY dist/filebeat_linux_amd64_v1/beat /usr/share/filebeat/filebeat

0 commit comments

Comments
 (0)