Skip to content

Commit afc7cda

Browse files
authored
Merge pull request #3365 from metacpan/haarg/push-to-ghcr
also push to GitHub container registry
2 parents 1227918 + f55d5b3 commit afc7cda

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build-container.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ jobs:
4646
id: meta
4747
uses: docker/metadata-action@v5
4848
with:
49-
images: ${{ github.repository }}
49+
images: |
50+
docker.io/${{ github.repository }}
51+
ghcr.io/${{ github.repository }}
5052
flavor: |
5153
latest=false
5254
tags: |

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ HEALTHCHECK --start-period=3s CMD [ "curl", "--fail", "http://localhost/healthch
6767
################### Development Server
6868
FROM server AS develop
6969

70-
ENV COLUMNS="${COLUMNS:-120}"
70+
ENV COLUMNS=120
7171
ENV PLACK_ENV=development
7272

7373
USER root

0 commit comments

Comments
 (0)