Skip to content

Commit

Permalink
Changed 'docker' rule to 'container'
Browse files Browse the repository at this point in the history
  • Loading branch information
davidallendj committed Aug 12, 2024
1 parent 4aef516 commit e3d0791
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ SHELL := /bin/bash
.DEFAULT_GOAL := all
.PHONY: all
all: ## build pipeline
all: mod inst build spell lint test
all: mod inst build lint test

.PHONY: ci
ci: ## CI build pipeline
Expand Down Expand Up @@ -57,8 +57,8 @@ build: ## goreleaser build
go build --tags=all

.PHONY: docker
docker: ## docker build
docker:
container: ## docker build
container:
$(call print-target)
docker build . --build-arg REGISTRY_HOST=${REGISTRY_HOST} --no-cache --pull --tag '${NAME}:${VERSION}'

Expand Down

0 comments on commit e3d0791

Please sign in to comment.