Skip to content

Commit

Permalink
corrected erroneous docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmypillow committed Aug 8, 2024
1 parent 4b50e68 commit b76903f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
with:
push: true
platforms: linux/amd64,linux/arm64
tags: lostmypillow/jrar:latest
tags: lostmypillow/jcourses:latest
build-args: |
SECRET_KEY=${{ secrets.DJANGO_SECRET_KEY }}
2 changes: 1 addition & 1 deletion jcourses/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False

ALLOWED_HOSTS = ['jcourses.lostmypillow.duckdns.org', 'localhost', '127.0.0.1', 'jcourses.onrender.com']
ALLOWED_HOSTS = ['jcourses.lostmypillow.duckdns.org', 'localhost', '127.0.0.1', '0.0.0.0', 'jcourses.onrender.com']


# Application definition
Expand Down

0 comments on commit b76903f

Please sign in to comment.