diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..1a708fe --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,11 @@ +name: Build and Push Docker + +on: + pull_request: + branches: [main] + push: + branches: [main] + +jobs: + build-and-push-docker-image: + uses: ls1intum/.github/.github/workflows/build-and-push-docker-image.yml@main \ No newline at end of file