Skip to content

Commit 692b000

Browse files
author
Vaughn Dice
authored
Merge pull request #238 from vdice/remove-deprecated-docker-tag-flag
chore(Makefile): remove deprecated '-f' flag
2 parents 0f0657e + 7d6a033 commit 692b000

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ test-integration: check-controller-url
7676

7777
docker-build:
7878
docker build -t ${IMAGE} ${CURDIR}
79-
docker tag -f ${IMAGE} ${MUTABLE_IMAGE}
79+
docker tag ${IMAGE} ${MUTABLE_IMAGE}
8080

8181
docker-push: docker-immutable-push docker-mutable-push
8282

0 commit comments

Comments
 (0)