Skip to content

Commit

Permalink
Fix kube git version in k8s (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
galal-hussein authored Jul 16, 2020
1 parent b6f04b3 commit b1ec432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ k8s-image: k8s-image-build k8s-image-scan

k8s-image-build:
docker build \
--build-arg TAG=${VERSION} -f Dockerfile.k8s -t ranchertest/kubernetes:${VERSION}-${GOARCH} .
--build-arg TAG=${DRONE_TAG} -f Dockerfile.k8s -t ranchertest/kubernetes:${VERSION}-${GOARCH} .

SEVERITIES = HIGH,CRITICAL
k8s-image-scan:
Expand Down

0 comments on commit b1ec432

Please sign in to comment.