Skip to content

Commit

Permalink
Fixed github action
Browse files Browse the repository at this point in the history
  • Loading branch information
tuteng committed Jun 27, 2023
1 parent a1ef283 commit c024900
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
streamnative/filebeat
tag-sha: true

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3

- name: Build and push beat image
uses: docker/build-push-action@v2
Expand Down
3 changes: 1 addition & 2 deletions filebeat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
FROM elastic/filebeat:7.17.5

USER root
COPY dist/filebeat_linux_amd64_v1/beat /usr/share/filebeat
COPY dist/filebeat_linux_amd64_v1/beat /usr/share/filebeat/filebeat

0 comments on commit c024900

Please sign in to comment.