Skip to content

Commit 569195a

Browse files
committed
Switch to build-push-action
1 parent c7fe5fe commit 569195a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
imageName: ${{ env.IMAGE_NAME }}-${{ matrix.neovim-version }}
3333
cacheFrom: ${{ env.IMAGE_NAME }}-${{ matrix.neovim-version }}
3434
push: never
35-
env: NEOVIM_VERSION=${{ matrix.neovim-version }}
35+
options: --build-args NEOVIM_VERSION=${{ matrix.neovim-version }}
3636
- name: Run tests inside the docker image
3737
uses: devcontainers/[email protected]
3838
with:

0 commit comments

Comments
 (0)