Skip to content

Commit

Permalink
fix from_environment import
Browse files Browse the repository at this point in the history
  • Loading branch information
dsschult committed Jan 17, 2024
1 parent 2d8aa10 commit b023f5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/WIPACRepo/publication-web-db
ghcr.io/wipacrepo/publication-web-db
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
Expand Down
2 changes: 1 addition & 1 deletion pubs/__main__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import asyncio
import logging

from rest_tools.server import from_environment
from wipac_dev_tools import from_environment

from .server import create_server

Expand Down

0 comments on commit b023f5f

Please sign in to comment.