chore(container): update goreleaser/goreleaser docker tag to v2.4.5 #149
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: Test Nix Build | |
on: | |
workflow_dispatch: {} | |
push: | |
branches: | |
- master | |
tags: | |
- "*" | |
pull_request: | |
branches: | |
- master | |
permissions: | |
contents: read | |
jobs: | |
nix-build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 | |
- uses: cachix/install-nix-action@v30 | |
- uses: workflow/[email protected] | |
with: | |
flakes-from-devshell: true | |
script: bash ./scripts/nix-build-last-commit.sh | |
- run: ./result/bin/talhelper |