Skip to content

Commit

Permalink
Name image after what's inspected by the e2e stuff (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkarlsen authored Jan 20, 2021
1 parent 6c4dd70 commit 9b3a823
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,5 @@ bundle-build:

load-kind-image:
docker pull ${GHCR_IMG}
kind load docker-image ${GHCR_IMG} --name chart-testing
docker tag ${GHCR_IMG} ${IMG}
kind load docker-image ${IMG} --name chart-testing

0 comments on commit 9b3a823

Please sign in to comment.