Skip to content
Snippets Groups Projects
Verified Commit 37c3341b authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

chore(images): Fix Dockerfile name in Makefile

parent 769439ef
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ TAG=$(shell . $(RELEASE_SUPPORT); getTag) ...@@ -27,7 +27,7 @@ TAG=$(shell . $(RELEASE_SUPPORT); getTag)
SHELL=/bin/bash SHELL=/bin/bash
DOCKER_BUILD_CONTEXT=. DOCKER_BUILD_CONTEXT=.
DOCKER_FILE_PATH=Containerfile DOCKER_FILE_PATH=Dockerfile
.PHONY: pre-build docker-build post-build build release patch-release minor-release major-release tag check-status check-release showver \ .PHONY: pre-build docker-build post-build build release patch-release minor-release major-release tag check-status check-release showver \
push pre-push do-push post-push push pre-push do-push post-push
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment