chore(tooling): Fix container build layers caching
This commit is contained in:
parent
7ac6c9c407
commit
de7ba3439b
3 changed files with 6 additions and 6 deletions
|
@ -52,7 +52,9 @@ run: ## run the code
|
|||
##### Containers ###############################################################
|
||||
.PHONY: container-build
|
||||
container-build: ## build the container image
|
||||
printf "Dockerfile GNUmakefile go.mod go.sum index.html main.go ods.txt" | xargs shasum >checksums
|
||||
podman build \
|
||||
-v $$PWD:/usr/src/app \
|
||||
-t $(CONTAINER_REGISTRY)/ods:$(CONTAINER_TAG) \
|
||||
.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue