Skip to content

Commit f03c65a

Browse files
committed
chore: cannot have uses and run keys on same id
1 parent 030d3c8 commit f03c65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerhub-release-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
outputs:
1717
matrix_config: ${{ steps.set-matrix.outputs.matrix_config }}
1818
steps:
19+
- uses: DeterminateSystems/nix-installer-action@main
1920
- name: Checkout Repo
2021
uses: actions/checkout@v3
2122
- name: Generate build matrix
22-
uses: DeterminateSystems/nix-installer-action@main
2323
id: set-matrix
2424
run: |
2525
nix run nixpkgs#nushell -- -c 'let versions = (open ansible/vars.yml | get postgres_major)

0 commit comments

Comments
 (0)