We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7fe5fe commit 569195aCopy full SHA for 569195a
.github/workflows/default.yml
@@ -32,7 +32,7 @@ jobs:
32
imageName: ${{ env.IMAGE_NAME }}-${{ matrix.neovim-version }}
33
cacheFrom: ${{ env.IMAGE_NAME }}-${{ matrix.neovim-version }}
34
push: never
35
- env: NEOVIM_VERSION=${{ matrix.neovim-version }}
+ options: --build-args NEOVIM_VERSION=${{ matrix.neovim-version }}
36
- name: Run tests inside the docker image
37
uses: devcontainers/[email protected]
38
with:
0 commit comments