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