Skip to content

Merge pull request #487 from Caascad/print_zone_infos #18

Merge pull request #487 from Caascad/print_zone_infos

Merge pull request #487 from Caascad/print_zone_infos #18

name: Publish terraform providers
on:
push:
branches:
- master
paths:
- '**.nix'
- 'nix/*'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
publish:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@v22
- name: Setup binary cache
uses: cachix/cachix-action@v12
with:
name: toolbox
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- name: Build terraform providers
run: nix-build -A terraform-providers