mirror of
https://github.com/Walter-Sparrow/lunar-tear.git
synced 2026-07-02 05:43:41 +03:00
Fix missing Dockerfile for GitHub Actions
This commit is contained in:
@@ -20,6 +20,7 @@ jobs:
|
|||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: ./server
|
||||||
|
file: ./server/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: kretts/lunar-tear:latest
|
tags: kretts/lunar-tear:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user