Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from britdm/htpasswd-fix
Browse files Browse the repository at this point in the history
htpasswd fix
  • Loading branch information
britslampe authored Nov 3, 2023
2 parents 76338d5 + 561bce8 commit 8ab68c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
with:
context: .
push: true
tags: brittanym/registry:2.1
tags: brittanym/registry:2.2
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ ENV REGISTRY_HTTP_TLS_CERTIFICATE=/certs/registry.crt
ENV REGISTRY_HTTP_TLS_KEY=/certs/registry.key

RUN apk update \
&& apk upgrade
&& apk upgrade \
&& apk add apache2-utils

COPY . /
COPY --from=builder /certs/registry.key /certs/registry.key
Expand Down

0 comments on commit 8ab68c5

Please sign in to comment.