Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
thueske committed Feb 18, 2024
1 parent 3dfe1be commit 0150791
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
context: ./build
tags: ghcr.io/hueske-digital/caddy:latest
platforms: linux/amd64,linux/arm64

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion Dockerfile → build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ FROM caddy:2-alpine
RUN apk add --update --no-cache inotify-tools
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
COPY Caddyfile /etc/caddy/Caddyfile
COPY bin/*.sh /docker/
COPY build/bin/*.sh /docker/
RUN chmod +x /docker/*.sh
File renamed without changes.
File renamed without changes.

0 comments on commit 0150791

Please sign in to comment.