Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ github.repository }}
images: |
docker.io/${{ github.repository }}
ghcr.io/${{ github.repository }}
flavor: |
latest=false
tags: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ HEALTHCHECK --start-period=3s CMD [ "curl", "--fail", "http://localhost/healthch
################### Development Server
FROM server AS develop

ENV COLUMNS="${COLUMNS:-120}"
ENV COLUMNS=120
ENV PLACK_ENV=development

USER root
Expand Down
Loading