diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index 0d11c97..7a3f4d4 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -26,9 +26,11 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v4 + working-directory: website - name: Build and push to local registry uses: docker/build-push-action@v7 + working-directory: website with: push: true tags: https://git.mnl-lab.de/${{ gitea.repository }}:latest \ No newline at end of file