Skip to content

Commit

Permalink
Fix endpoint service image name
Browse files Browse the repository at this point in the history
  • Loading branch information
laurigates committed Sep 29, 2023
1 parent 8f9f628 commit 073703a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# Tests run directly on the runner so we have to map the port
- 9092:9092
endpoint:
image: forumviriumhelsinki/mittaridatapumppu-endpoint:latest
image: ghcr.io/city-of-helsinki/mittaridatapumppu-endpoint:latest
env:
ALLOWED_IP_ADDRESSES: "127.0.0.1"
AUTH_TOKEN: "abcd1234"
Expand Down

0 comments on commit 073703a

Please sign in to comment.