Skip to content

Commit

Permalink
Fix: http service port
Browse files Browse the repository at this point in the history
  • Loading branch information
simar0at committed May 13, 2024
1 parent 226ba5f commit 4633cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/starter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# with org/repo-name (all lower case).
# E. g. ACDH-OEAW/OpenAtlas-Discovery -> acdh-oeaw/openatlas-discovery
registry_root: ghcr.io/${{ github.repository }}/
default_port: "9000"
default_port: "8080"
# Usually you don't deal with all commits since the repository was created.
# Increase if you e.g don't find a tag you want to display in the application
fetch-depth: 1
Expand Down

0 comments on commit 4633cab

Please sign in to comment.