We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c994ba6 commit 2665a16Copy full SHA for 2665a16
.github/workflows/build-test.yml
@@ -23,4 +23,3 @@ jobs:
23
pip install -r requirements.txt
24
- name: Run Makefile test
25
run: make test
26
-
Makefile
@@ -1,5 +1,5 @@
1
# The binary to build (just the basename).
2
-MODULE := blueprint
+MODULE := example
3
4
# Where to push the docker image.
5
REGISTRY ?= docker.pkg.github.com/martinheinz/python-project-blueprint
0 commit comments