We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030d3c8 commit f03c65aCopy full SHA for f03c65a
.github/workflows/dockerhub-release-matrix.yml
@@ -16,10 +16,10 @@ jobs:
16
outputs:
17
matrix_config: ${{ steps.set-matrix.outputs.matrix_config }}
18
steps:
19
+ - uses: DeterminateSystems/nix-installer-action@main
20
- name: Checkout Repo
21
uses: actions/checkout@v3
22
- name: Generate build matrix
- uses: DeterminateSystems/nix-installer-action@main
23
id: set-matrix
24
run: |
25
nix run nixpkgs#nushell -- -c 'let versions = (open ansible/vars.yml | get postgres_major)
0 commit comments