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 Aug 10, 2020
1 parent 3ff7866 commit 6e670e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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
- 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 +33,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 6e670e5

Please sign in to comment.