diff options
| author | Mathieu Deous | 2023-05-06 15:33:56 +0200 |
|---|---|---|
| committer | GitHub | 2023-05-06 15:33:56 +0200 |
| commit | 87b6d7faa4829b1e1c7c8895ef33d2b84d00b11f (patch) | |
| tree | 790b99f94bed4f2df410b79fabf69e823b532ce4 /Makefile | |
| parent | 1b85a73a5ee7eca8af9095acfab6fa608a5e0fd4 (diff) | |
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -38,7 +38,7 @@ docker: ## Build docker image | |||
| 38 | docker tag $(IMAGE_NAME):latest $(IMAGE_NAME):$(IMAGE_VERSION) | 38 | docker tag $(IMAGE_NAME):latest $(IMAGE_NAME):$(IMAGE_VERSION) |
| 39 | 39 | ||
| 40 | docker-tests: ## Run docker image against the samples folder | 40 | docker-tests: ## Run docker image against the samples folder |
| 41 | @docker run --rm -v $(shell pwd)/data/samples:/data $(IMAGE_NAME):latest | 41 | @(docker run --rm -v $(shell pwd)/data/samples:/data $(IMAGE_NAME):latest && exit 1) || (test $$? -eq 255 || exit 1) |
| 42 | 42 | ||
| 43 | docker-publish: ## Push docker image to the container registry | 43 | docker-publish: ## Push docker image to the container registry |
| 44 | @docker push $(IMAGE_NAME):latest | 44 | @docker push $(IMAGE_NAME):latest |
