We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f0657e + 7d6a033 commit 692b000Copy full SHA for 692b000
1 file changed
Makefile
@@ -76,7 +76,7 @@ test-integration: check-controller-url
76
77
docker-build:
78
docker build -t ${IMAGE} ${CURDIR}
79
- docker tag -f ${IMAGE} ${MUTABLE_IMAGE}
+ docker tag ${IMAGE} ${MUTABLE_IMAGE}
80
81
docker-push: docker-immutable-push docker-mutable-push
82
0 commit comments