add Readme, build layered docker image
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
cd9fd4e752
commit
b875758eab
3
README.md
Normal file
3
README.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# Gitea Attachements Proxy
|
||||||
|
|
||||||
|
[![built with nix](https://builtwithnix.org/badge.svg)](https://builtwithnix.org) [![Build Status](https://drone.entr0py.de/api/badges/garionion/gitea-attachements-proxy/status.svg)](https://drone.entr0py.de/garionion/gitea-attachements-proxy)
|
|
@ -4,7 +4,7 @@ let
|
||||||
callPackage = pkgs.lib.callPackageWith pkgs;
|
callPackage = pkgs.lib.callPackageWith pkgs;
|
||||||
gitea-attachements-proxy = callPackage ./package.nix { };
|
gitea-attachements-proxy = callPackage ./package.nix { };
|
||||||
in
|
in
|
||||||
pkgs.dockerTools.buildImage {
|
pkgs.dockerTools.buildLayeredImage {
|
||||||
name = "garionion/gitea-attachements-proxy";
|
name = "garionion/gitea-attachements-proxy";
|
||||||
tag = "latest";
|
tag = "latest";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue