mirror of
https://github.com/MrTalon63/NeoMap.git
synced 2026-01-10 19:39:16 +01:00
Use proper Dockerfile
This commit is contained in:
parent
27b45d24ab
commit
765d1fa075
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
file: trackdirect-db.dockerfile
|
||||
file: Dockerfile
|
||||
push: true
|
||||
tags: |
|
||||
ghcr.io/${{ env.IMAGE_NAME }}:latest
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue