|
1 | | -[](https://github.com/docker/github-builder-experimental/actions?workflow=.test-build) |
2 | | -[](https://github.com/docker/github-builder-experimental/actions?workflow=.test-bake) |
3 | | - |
4 | | -> [!CAUTION] |
5 | | -> Do not use it for your production workflows yet! |
6 | | -
|
7 | | -## :test_tube: Experimental |
8 | | - |
9 | | -This repository is considered **EXPERIMENTAL** and under active development |
10 | | -until further notice. It is subject to non-backward compatible changes or |
11 | | -removal in any future version. |
| 1 | +[](https://github.com/docker/github-builder/actions?workflow=.test-build) |
| 2 | +[](https://github.com/docker/github-builder/actions?workflow=.test-bake) |
12 | 3 |
|
13 | 4 | ___ |
14 | 5 |
|
|
49 | 40 | pull_request: |
50 | 41 |
|
51 | 42 | build: |
52 | | - uses: docker/github-builder-experimental/.github/workflows/build.yml@main |
| 43 | + uses: docker/github-builder/.github/workflows/build.yml@v1 |
53 | 44 | permissions: |
54 | 45 | contents: read # to fetch the repository content |
55 | 46 | id-token: write # for signing attestation(s) with GitHub OIDC Token |
|
174 | 165 | pull_request: |
175 | 166 |
|
176 | 167 | build: |
177 | | - uses: docker/github-builder-experimental/.github/workflows/build.yml@main |
| 168 | + uses: docker/github-builder/.github/workflows/build.yml@v1 |
178 | 169 | permissions: |
179 | 170 | contents: read # to fetch the repository content |
180 | 171 | id-token: write # for signing attestation(s) with GitHub OIDC Token |
|
197 | 188 | # in the `build` job and can be omitted. It's provided here as an example of |
198 | 189 | # how to use the `verify.yml` reusable workflow. |
199 | 190 | build-verify: |
200 | | - uses: docker/github-builder-experimental/.github/workflows/verify.yml@main |
| 191 | + uses: docker/github-builder/.github/workflows/verify.yml@v1 |
201 | 192 | if: ${{ github.event_name != 'pull_request' }} |
202 | 193 | needs: |
203 | 194 | - build |
|
286 | 277 | pull_request: |
287 | 278 |
|
288 | 279 | bake: |
289 | | - uses: docker/github-builder-experimental/.github/workflows/bake.yml@main |
| 280 | + uses: docker/github-builder/.github/workflows/bake.yml@v1 |
290 | 281 | permissions: |
291 | 282 | contents: read # to fetch the repository content |
292 | 283 | id-token: write # for signing attestation(s) with GitHub OIDC Token |
|
308 | 299 | # in the `bake` job and can be omitted. It's provided here as an example of |
309 | 300 | # how to use the `verify.yml` reusable workflow. |
310 | 301 | bake-verify: |
311 | | - uses: docker/github-builder-experimental/.github/workflows/verify.yml@main |
| 302 | + uses: docker/github-builder/.github/workflows/verify.yml@v1 |
312 | 303 | if: ${{ github.event_name != 'pull_request' }} |
313 | 304 | needs: |
314 | 305 | - bake |
|
0 commit comments