From a1b302749ba02765c30ea178d31ab5aca32137dd Mon Sep 17 00:00:00 2001 From: Dan Webb Date: Tue, 15 Sep 2026 11:27:18 +0100 Subject: [PATCH] ci: publish cookbook OCI artifacts --- .github/workflows/ci.yml | 2 +- .github/workflows/conventional-commits.yml | 2 +- .github/workflows/prevent-file-change.yml | 2 +- .github/workflows/release.yml | 4 +++- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ea8d5a..cc5026c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ name: ci jobs: lint-unit: - uses: sous-chefs/.github/.github/workflows/lint-unit.yml@9.0.0 + uses: sous-chefs/.github/.github/workflows/lint-unit.yml@main with: platform: windows-latest permissions: diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 27c3109..92aa17e 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -11,4 +11,4 @@ name: conventional-commits jobs: conventional-commits: - uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@9.0.0 + uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@main diff --git a/.github/workflows/prevent-file-change.yml b/.github/workflows/prevent-file-change.yml index 38b22df..7d3bd05 100644 --- a/.github/workflows/prevent-file-change.yml +++ b/.github/workflows/prevent-file-change.yml @@ -11,6 +11,6 @@ name: prevent-file-change jobs: prevent-file-change: - uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@9.0.0 + uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@main secrets: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd814d3..cb99962 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,9 @@ permissions: jobs: release: - uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@9.0.0 + uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@main + with: + publish_oci: true secrets: token: ${{ secrets.PORTER_GITHUB_TOKEN }} supermarket_user: ${{ secrets.CHEF_SUPERMARKET_USER }}