Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Woffenden <jacob.woffenden@digital.justice.gov.uk>
  • Loading branch information
Jacob Woffenden committed Jan 19, 2024
1 parent 2891240 commit 7d1d074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion allspark-notebook/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ push:

test: clean up
echo Testing Container Version: ${IMAGE_TAG}
docker-compose --project-name ${REPOSITORY} run --rm inspec exec tests -t docker://${REPOSITORY}_test_1
docker-compose --project-name ${REPOSITORY} run --rm inspec exec tests -t docker://${REGISTRY}/${REPOSITORY}:${IMAGE_TAG}

clean:
docker-compose down --volumes --remove-orphans
Expand Down

0 comments on commit 7d1d074

Please sign in to comment.