2024-01-08 01:11:22 -05:00
|
|
|
pkgs:
|
2024-10-05 22:22:02 -04:00
|
|
|
pkgs.dockerTools.pullImage rec {
|
2024-01-08 01:11:22 -05:00
|
|
|
imageName = "vegardit/gitea-act-runner";
|
2024-10-30 19:45:43 -04:00
|
|
|
imageDigest = "sha256:ea8e9a0304fba7648b62fe19c39c38dd08e8c71b8d2a0cac65f834ccf6215daf";
|
|
|
|
sha256 = "1x2vnnz38jivrk4wmqymxlhmaz0vasq81r6p9zlfr7pwj8hysj4m";
|
2024-10-05 22:22:02 -04:00
|
|
|
finalImageName = imageName;
|
2024-01-08 01:11:22 -05:00
|
|
|
finalImageTag = "dind-latest";
|
|
|
|
}
|