diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 574551f..8bf6efe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} @@ -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