We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a94f0 commit 5b0dc7aCopy full SHA for 5b0dc7a
Makefile
@@ -0,0 +1,11 @@
1
+PHONY: build dbuild drun
2
+
3
+CONTAINER_NAME=docdee/semantic-release-gitea
4
5
+build: dbuild
6
7
+dbuild:
8
+ docker buildx build -t "${CONTAINER_NAME}:local" --load .
9
10
+drun:
11
+ docker run --rm "${CONTAINER_NAME}:local"
0 commit comments