Skip to content

Commit bf2644f

Browse files
committed
(fix): --pull
1 parent a9c5a94 commit bf2644f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ IMAGE=lojassimonetti/php-apache-oci8-composer
44
TAG=$(shell git branch | grep \* | cut -d ' ' -f2)
55

66
build:
7-
docker build . -t $(IMAGE):$(TAG)
7+
docker build --pull . -t $(IMAGE):$(TAG)
88

99
push: build
1010
docker push $(IMAGE):$(TAG)

0 commit comments

Comments
 (0)