Add GitHub Actions workflow for building and pushing Docker container

This commit is contained in:
Sofiane Gerhardt 2024-12-02 10:45:59 +01:00
commit b6c250540a
Signed by: sofiane.gerhardt
SSH key fingerprint: SHA256:B+mV6AyYLX4aUI1b5gXcuADKOT8LepFIxknwPyd26f0
3 changed files with 112 additions and 0 deletions

3
Dockerfile Normal file
View file

@ -0,0 +1,3 @@
FROM docker.elastic.co/beats/metricbeat-oss:latest
COPY metricbeat.yml /usr/share/metricbeat/metricbeat.yml