Skip to content

Commit

Permalink
ci: read docker image tag from .env
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano committed Jun 20, 2024
1 parent 40d0a49 commit 5e51c75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
INDEXER_TAG=latest
SECRET_KEY=supersecret

BLOBSCAN_API_ENDPOINT=http://localhost:3001
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.7"

services:
indexer:
image: blossomlabs/blobscan-indexer:master
image: blossomlabs/blobscan-indexer:${INDEXER_TAG}
network_mode: host
restart: always
env_file:
Expand Down

0 comments on commit 5e51c75

Please sign in to comment.