Skip to content

Commit

Permalink
Missed image name
Browse files Browse the repository at this point in the history
  • Loading branch information
madereddy committed Nov 10, 2023
1 parent 6d8f7ad commit 4f5da79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ executors:
environment:
IMAGE_NAME: madereddy/noisy
docker:
- image: cimg/python:3.12.0
- image: python/alpine
jobs:
build:
executor: docker-publisher
Expand All @@ -18,7 +18,7 @@ jobs:
- run:
name: Test Docker image
command: |
timeout 60 docker run [--config config.json --min_sleep 1 --max_sleep 5]; test $? -eq 124 && echo "Container ran for 60 seconds without failing"
timeout 60 docker run [$IMAGE_NAME --config config.json --min_sleep 1 --max_sleep 5]; test $? -eq 124 && echo "Container ran for 60 seconds without failing"
- run:
name: Archive Docker image
command: docker save -o image.tar $IMAGE_NAME
Expand Down

0 comments on commit 4f5da79

Please sign in to comment.