Build images in Gitea actions - pass 1
Build images / Build (bitwarden) (push) Failing after 1m41s
Build images / Build (builder) (push) Failing after 0s
Build images / Build (immich) (push) Failing after 0s
Build images / Build (sword-container-builder) (push) Failing after 0s
Build images / Build (vm-test) (push) Failing after 0s
Build images / Build (bitwarden) (push) Failing after 1m41s
Build images / Build (builder) (push) Failing after 0s
Build images / Build (immich) (push) Failing after 0s
Build images / Build (sword-container-builder) (push) Failing after 0s
Build images / Build (vm-test) (push) Failing after 0s
This commit is contained in:
@@ -0,0 +1,25 @@
|
|||||||
|
name: Build images
|
||||||
|
|
||||||
|
"on":
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
name: "Build"
|
||||||
|
runs-on: nix-latest
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
image:
|
||||||
|
- bitwarden
|
||||||
|
- builder
|
||||||
|
- immich
|
||||||
|
- sword-container-builder
|
||||||
|
- vm-test
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v5
|
||||||
|
- run: |
|
||||||
|
nix build ".#${{ matrix.image }}"
|
||||||
|
podman import result "src.thehellings.com/greg/${{ matrix.image }}"
|
||||||
|
podman images
|
||||||
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
bashInteractive,
|
bashInteractive,
|
||||||
|
buildah,
|
||||||
dockerTools,
|
dockerTools,
|
||||||
git,
|
git,
|
||||||
lib,
|
lib,
|
||||||
@@ -44,6 +45,7 @@ in
|
|||||||
(lib.getExe activate)
|
(lib.getExe activate)
|
||||||
];
|
];
|
||||||
extraPkgs = [
|
extraPkgs = [
|
||||||
|
buildah
|
||||||
dockerTools.caCertificates
|
dockerTools.caCertificates
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
podman
|
podman
|
||||||
|
|||||||
Reference in New Issue
Block a user