We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7fe5fe commit 495c4a6Copy full SHA for 495c4a6
.github/workflows/default.yml
@@ -27,14 +27,15 @@ jobs:
27
- name: Checkout
28
uses: actions/checkout@v4
29
- name: Pre-build devcontainer image for NEOVIM ${{ matrix.neovim-version }}
30
- uses: devcontainers/[email protected]
+ uses: docker/build-push-action@v2
31
with:
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 }}
+ build-args: |
36
+ NEOVIM_VERSION=${{ matrix.neovim-version }}
37
- name: Run tests inside the docker image
38
39
40
41
0 commit comments