diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index f36f652..185e521 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -23,4 +23,3 @@ jobs: pip install -r requirements.txt - name: Run Makefile test run: make test - diff --git a/Makefile b/Makefile index c3fa10d..1ca24fb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # The binary to build (just the basename). -MODULE := blueprint +MODULE := example # Where to push the docker image. REGISTRY ?= docker.pkg.github.com/martinheinz/python-project-blueprint