Skip to content

Commit 495c4a6

Browse files
committed
Switch to build-push-action
1 parent c7fe5fe commit 495c4a6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/default.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,15 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@v4
2929
- name: Pre-build devcontainer image for NEOVIM ${{ matrix.neovim-version }}
30-
uses: devcontainers/[email protected]
30+
uses: docker/build-push-action@v2
3131
with:
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+
build-args: |
36+
NEOVIM_VERSION=${{ matrix.neovim-version }}
3637
- name: Run tests inside the docker image
37-
uses: devcontainers/[email protected]
38+
uses: docker/build-push-action@v2
3839
with:
3940
cacheFrom: ${{ env.IMAGE_NAME }}-${{ matrix.neovim-version }}
4041
push: never

0 commit comments

Comments
 (0)