Skip to content

Commit b2ed37d

Browse files
committed
use graphicsmagick image
1 parent f7c388d commit b2ed37d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
test-image:
8282
docker:
83-
- image: quay.io/plotly/image-exporter:single-entry
83+
- image: quay.io/plotly/image-exporter:graphicsmagick
8484
working_directory: /var/www/image-exporter/plotly.js/
8585
steps:
8686
- checkout
@@ -94,7 +94,7 @@ jobs:
9494

9595
test-image2:
9696
docker:
97-
- image: quay.io/plotly/image-exporter:single-entry
97+
- image: quay.io/plotly/image-exporter:graphicsmagick
9898
working_directory: /var/www/image-exporter/plotly.js/
9999
steps:
100100
- checkout

0 commit comments

Comments
 (0)