diff options
| author | pml68 <contact@pml68.dev> | 2025-02-01 14:02:03 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-02-01 14:02:03 +0100 |
| commit | bf6f75ee5650d68d510a9e0ed4844ed237cfb061 (patch) | |
| tree | a17616fa9b9d931353a2afc7352116517014936e /.github | |
| parent | feat: set cmp throttle to 0ms (diff) | |
| download | nvim-bf6f75ee5650d68d510a9e0ed4844ed237cfb061.tar.gz | |
refactor: switch to „better” Dockerfile naming scheme [no ci]
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/docker.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 2325d26..62b7ecc 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -17,7 +17,7 @@ jobs: include: - dockerfile: 'Dockerfile' tag: 'neovim' - - dockerfile: 'Dockerfile.tex' + - dockerfile: 'tex.Dockerfile' tag: 'neovim-tex' runs-on: ubuntu-latest permissions: |
