Skip to content

Commit

Permalink
Makefile: Use imaged tagged with edge for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tarleb committed Jun 10, 2024
1 parent ef949d6 commit fc582d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $(TARGET_FOLDER):

.PHONY: docker-image
docker-image: Dockerfile
docker build --tag openjournals/inara .
docker build --tag openjournals/inara:edge .

push-docker-image:
docker push openjournals/inara
Expand Down Expand Up @@ -92,7 +92,7 @@ clean:
INARA_TEST_CMD = docker run --rm \
--user $(shell id -u):$(shell id -g) \
--env SOURCE_DATE_EPOCH=1234567890 \
-v $${PWD}:/data openjournals/inara:latest
-v $${PWD}:/data openjournals/inara:edge

.PHONY: test test-golden-draft test-golden-pub
test: test-golden-draft test-golden-pub
Expand Down

0 comments on commit fc582d8

Please sign in to comment.