Check if merge_commit_sha
is null instead of checking mergeablility
#12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docker | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
Build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: DeterminateSystems/nix-installer-action@v15 | |
with: | |
source-url: https://install.lix.systems/lix/lix-installer-x86_64-linux | |
diagnostic-endpoint: "" | |
- uses: cachix/cachix-action@v15 | |
with: | |
name: drakon64-amaurot | |
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} | |
- run: nix-build Anyder/docker.nix Ktisis/docker.nix |