diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index 47fd17b..b56304f 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -10,4 +10,11 @@ jobs: uses: actions/checkout@v4 - name: Setup Docker Buildx - uses: https://github.com/docker/setup-buildx-action@v3 \ No newline at end of file + uses: https://github.com/docker/setup-buildx-action@v3 + + - name: Build Docker Container + uses: https://github.com/docker/build-push-action@v5 + with: + context: . + file: ./src/Dockerfile + push: false \ No newline at end of file