Skip to content

Commit

Permalink
Merge pull request #16 from shivamg9/develop
Browse files Browse the repository at this point in the history
Updated service name in docker-build
  • Loading branch information
shibu-narayanan authored May 9, 2024
2 parents 5601681 + c1735fc commit aa16b3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do NOT update manually; changes here will be overwritten by Copier
_commit: a1abb2b
_commit: af08ec1
_src_path: https://github.com/openg2p/openg2p-fastapi-template
github_ci_docker_build: true
github_ci_openapi_publish: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Docker Build and Push
runs-on: ubuntu-latest
env:
NAMESPACE: ${{ secrets.docker_hub_organisation | 'openg2p' }}
NAMESPACE: ${{ secrets.docker_hub_organisation || 'openg2p' }}
SERVICE_NAME: openg2p-selfservice-api
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit aa16b3f

Please sign in to comment.