1
0
Fork 0
forked from pim/blog

Add Forgejo action to build Docker image

This commit is contained in:
Pim Kunis 2024-04-30 23:10:28 +02:00
parent 649566c8ab
commit fe9488d31c
3 changed files with 101 additions and 31 deletions

17
flake.lock generated
View file

@ -18,6 +18,22 @@
"type": "github"
}
},
"nginx": {
"flake": false,
"locked": {
"lastModified": 1713277799,
"narHash": "sha256-VNDzQvUGeh54F3s6SIq6lBrp4RatURzJoJqVorexttA=",
"owner": "nginx",
"repo": "nginx",
"rev": "d8a849ae3c99ee5ca82c9a06074761e937dac6d6",
"type": "github"
},
"original": {
"owner": "nginx",
"repo": "nginx",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1714076141,
@ -37,6 +53,7 @@
"root": {
"inputs": {
"flutils": "flutils",
"nginx": "nginx",
"nixpkgs": "nixpkgs"
}
},