Skip to content

Commit

Permalink
chore(docker-compose): fix image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gytis-ivaskevicius committed Jan 8, 2025
1 parent 0850126 commit 9e942e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
firefly-cardanoconnect:
image: ghcr.io/blockfrost/firefly-cardanoconnect:docker-stuff
image: ghcr.io/blockfrost/firefly-cardanoconnect:main
build:
context: ..
target: firefly-cardanoconnect
Expand All @@ -20,7 +20,7 @@ services:
- ./connect.yaml:/app/config.yaml

firefly-cardanosigner:
image: ghcr.io/blockfrost/firefly-cardanosigner:docker-stuff
image: ghcr.io/blockfrost/firefly-cardanosigner:main
build:
context: ..
target: firefly-cardanosigner
Expand Down

0 comments on commit 9e942e0

Please sign in to comment.