Skip to content

Commit

Permalink
fix: remove v prefix from cdnsd image tag (#71)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 authored Mar 15, 2024
1 parent da86a45 commit 9c7c6e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: blinklabs
name: cardano
version: 0.1.6
version: 0.1.7
readme: README.md
authors:
- Aurora Gaffney <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion roles/cdnsd/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cardano_node_user: root
cardano_node_group: root

# Docker image
cdnsd_docker_image: 'ghcr.io/blinklabs-io/cdnsd:v{{ cdnsd_version }}'
cdnsd_docker_image: 'ghcr.io/blinklabs-io/cdnsd:{{ cdnsd_version }}'

# Docker container name
cdnsd_docker_container_name: cdnsd
Expand Down

0 comments on commit 9c7c6e7

Please sign in to comment.