|
21 | 21 | matrix_config: ${{ steps.set-matrix.outputs.matrix_config }} |
22 | 22 | steps: |
23 | 23 | - uses: DeterminateSystems/nix-installer-action@main |
24 | | - - uses: ./.github/workflows/shared-checkout.yml |
| 24 | + - uses: ./.github/actions/shared-checkout |
25 | 25 | - name: Generate build matrix |
26 | 26 | id: set-matrix |
27 | 27 | run: | |
|
52 | 52 | outputs: |
53 | 53 | build_args: ${{ steps.args.outputs.result }} |
54 | 54 | steps: |
55 | | - - uses: ./.github/workflows/shared-checkout.yml |
| 55 | + - uses: ./.github/actions/shared-checkout |
56 | 56 | - uses: DeterminateSystems/nix-installer-action@main |
57 | 57 | - name: Set PostgreSQL version environment variable |
58 | 58 | run: echo "POSTGRES_MAJOR_VERSION=${{ matrix.version }}" >> $GITHUB_ENV |
|
76 | 76 | runs-on: ${{ matrix.arch == 'amd64' && 'ubuntu-latest' || 'arm-runner' }} |
77 | 77 | timeout-minutes: 180 |
78 | 78 | steps: |
79 | | - - uses: ./.github/workflows/shared-checkout.yml |
| 79 | + - uses: ./.github/actions/shared-checkout |
80 | 80 | - uses: DeterminateSystems/nix-installer-action@main |
81 | 81 | - run: docker context create builders |
82 | 82 | - uses: docker/setup-buildx-action@v3 |
@@ -131,7 +131,7 @@ jobs: |
131 | 131 | include: ${{ fromJson(needs.prepare.outputs.matrix_config).include }} |
132 | 132 | runs-on: ubuntu-latest |
133 | 133 | steps: |
134 | | - - uses: ./.github/workflows/shared-checkout.yml |
| 134 | + - uses: ./.github/actions/shared-checkout |
135 | 135 | - uses: DeterminateSystems/nix-installer-action@main |
136 | 136 | - uses: docker/setup-buildx-action@v3 |
137 | 137 | - uses: docker/login-action@v2 |
@@ -174,7 +174,7 @@ jobs: |
174 | 174 | needs: [prepare, merge_manifest] |
175 | 175 | runs-on: ubuntu-latest |
176 | 176 | steps: |
177 | | - - uses: ./.github/workflows/shared-checkout.yml |
| 177 | + - uses: ./.github/actions/shared-checkout |
178 | 178 | - uses: DeterminateSystems/nix-installer-action@main |
179 | 179 |
|
180 | 180 | - name: Debug Input from Prepare |
|
0 commit comments