Skip to content

Added iputils-ping for backwards compatible ping #11

Added iputils-ping for backwards compatible ping

Added iputils-ping for backwards compatible ping #11

Workflow file for this run

name: Build Docker Image
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Log in to Docker Hub
uses: docker/[email protected]
with:
username: "${{ secrets.DOCKER_HUB_USERNAME }}"
password: "${{ secrets.DOCKER_HUB_TOKEN }}"
- name: Build and push Docker image
uses: docker/[email protected]
with:
context: .
push: true
tags: "${{ secrets.DOCKER_HUB_USERNAME }}/telegraf:1.31.1"