mirror of Walter-Sparrow / lunar-tear
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix missing Dockerfile for GitHub Actions

authored by

Sn0wfaller and committed by
GitHub
8b53df74 d2c8595c

+2 -1
+2 -1
.github/workflows/docker-image.yml
··· 20 20 - name: Build and push Docker image 21 21 uses: docker/build-push-action@v5 22 22 with: 23 - context: . 23 + context: ./server 24 + file: ./server/Dockerfile 24 25 push: true 25 26 tags: kretts/lunar-tear:latest