Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Commit

Permalink
chore: fix make e2e-test-images
Browse files Browse the repository at this point in the history
The TRAVIS_TAG used in `make e2e-test-images` previously would not
rebuild the 'latest' image in local docker repository.
  • Loading branch information
Mateusz Czapliński committed Feb 24, 2020
1 parent 97a581b commit e31e0f7
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 @@ -95,7 +95,7 @@ shellcheck:

.PHONY: e2e-test-images
e2e-test-images: build
TRAVIS_TAG=v999.0.0 ./scripts/build-images.sh ${REPOSITORY}
TRAVIS_TAG=latest ./scripts/build-images.sh ${REPOSITORY}

# Deploy images to Quay.io
.PHONY: travis-deploy-images
Expand Down

0 comments on commit e31e0f7

Please sign in to comment.