Skip to content

Commit

Permalink
Update docker image name (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurikoinaba authored May 14, 2024
1 parent d6f9494 commit f289607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- stage: Image Builder backend
name: "Build backend Docker Image"
env:
- DOCKER_IMAGE_BUILD_NAME=nh-telemetry-backend
- DOCKER_IMAGE_BUILD_NAME=zkverify-telemetry-backend
- DOCKER_WRITER_PASSWORD=$DOCKER_WRITER_PASSWORD_BACKEND
- DOCKER_FILE_NAME=Dockerfile_backend
- TYPE=backend
Expand All @@ -27,7 +27,7 @@ jobs:
- stage: Image Builder frontend
name: "Build frontend Docker Image"
env:
- DOCKER_IMAGE_BUILD_NAME=nh-telemetry-frontend
- DOCKER_IMAGE_BUILD_NAME=zkverify-telemetry-frontend
- DOCKER_WRITER_PASSWORD=$DOCKER_WRITER_PASSWORD_FRONTEND
- DOCKER_FILE_NAME=Dockerfile_frontend
- TYPE=frontend
Expand Down

0 comments on commit f289607

Please sign in to comment.