Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Sep 13, 2024
1 parent d282f66 commit 81883b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/parse_container_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


service_name = sys.argv[1]
fp = '../docker-compose.yaml'
fp = 'docker-compose.yaml'

with open(fp, 'r') as file:
compose_data = yaml.safe_load(file)
Expand Down

0 comments on commit 81883b2

Please sign in to comment.