diff options
| author | pml68 <contact@pml68.dev> | 2025-01-05 00:22:28 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-01-05 00:22:28 +0100 |
| commit | 3d1fb0f665caf1bcd5f0f97882bd90620a9baefe (patch) | |
| tree | a933ee40372d10e736742a6e499de6df58e0ba04 | |
| parent | fix?(ci): Dockerfile not found (diff) | |
| download | nvim-3d1fb0f665caf1bcd5f0f97882bd90620a9baefe.tar.gz | |
fix(ci): Dockerfile not found
| -rw-r--r-- | .github/workflows/docker.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 85d8d38..1ef204c 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -39,8 +39,7 @@ jobs: - name: Build and push image uses: docker/build-push-action@v6 with: - context: . - file: ./${{ matrix.image.dockerfile }} + file: ${{ matrix.image.dockerfile }} cache-from: type=gha cache-to: type=gha,mode=max push: true |
