diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 87d6b4d..b65c0be 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: [ "6", "6.0","6.0.6", "6.0.10", "6.0.12", "6.0.13", "7", "7.0", "7.0.5" ] + version: [ "6", "6.0","6.0.6", "6.0.10", "6.0.12", "6.0.13", "6.0.14", "6.0.15", "7", "7.0", "7.0.5", "7.0.6", "7.0.7", "7.0.8", "7.0.9", "7.0.11" ] steps: - name: Git checkout uses: actions/checkout@v3 @@ -40,4 +40,4 @@ jobs: run: | docker buildx imagetools create \ --tag ghcr.io/instant-solutions/mongo:${{ matrix.version }} \ - i15s/mongo:${{ matrix.version }} \ No newline at end of file + i15s/mongo:${{ matrix.version }}