NixOS-based container for running GitHub actions
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

disable pushing container on alternate build

+7 -7
+7 -7
.github/workflows/build2.yaml
··· 43 43 run: | 44 44 nix build -L .#nixos-runner 45 45 46 - - name: Push container 47 - run: nix run .#push-container -- result 48 - env: 49 - REGISTRY: ghcr.io 50 - REPOSITORY: ${{ github.repository_owner }}/nixos-runner 51 - USERNAME: ${{ github.actor }} 52 - PASSWORD: ${{ github.token }} 46 + # - name: Push container 47 + # run: nix run .#push-container -- result 48 + # env: 49 + # REGISTRY: ghcr.io 50 + # REPOSITORY: ${{ github.repository_owner }}/nixos-runner 51 + # USERNAME: ${{ github.actor }} 52 + # PASSWORD: ${{ github.token }}