Skip to content

Commit

Permalink
Add Telegraf 1.13 and 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Sep 14, 2020
1 parent 3ff7866 commit 8454845
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ jobs:
entrypoint: hadolint
args: Dockerfile
build-docker-image:
needs:
- lint-dockerfile
needs: lint-dockerfile
runs-on: ubuntu-latest
strategy:
matrix:
telegraf: ['1.12', '1.14']
telegraf: ['1.12', '1.13', '1.14', '1.15']
steps:
- uses: actions/checkout@v1
- run: docker image build --build-arg TAG_VERSION=${{ matrix.telegraf }} -t "${DOCKER_IMAGE}:${{ matrix.telegraf }}" . --no-cache --build-arg VERSION=${{ matrix.telegraf }}
Expand All @@ -33,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
telegraf: ['1.12', '1.14']
telegraf: ['1.12', '1.13', '1.14', '1.15']
steps:
- uses: actions/checkout@v1
- name: Install clair-scanner
Expand Down

0 comments on commit 8454845

Please sign in to comment.