name: Build images "on": push: branches: - main jobs: build: name: "Build" runs-on: nix-latest container: image: "src.thehellings.com/greg/builder:latest" options: "\\-\\-pull always" strategy: matrix: image: - bitwarden - builder - immich - sword-container-builder - vm-test steps: - uses: actions/checkout@v5 - run: | nix run ".#${{ matrix.image }}.copyToPodman" podman images