Apply suggestions from code review
Co-authored-by: Patrick Linnane <patrick@linnane.io>
This commit is contained in:
parent
467645a511
commit
501dc787f0
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
|||||||
run: echo "digest=$(docker inspect --format='{{index .RepoDigests 0}}' brew)" >> "$GITHUB_OUTPUT"
|
run: echo "digest=$(docker inspect --format='{{index .RepoDigests 0}}' brew)" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
- name: Generate build provenance
|
- name: Generate build provenance
|
||||||
uses: actions/attest-build-provenance@v1.3.3
|
uses: actions/attest-build-provenance@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3
|
||||||
id: attest
|
id: attest
|
||||||
with:
|
with:
|
||||||
subject-name: ghcr.io/homebrew/ubuntu${{matrix.version}}
|
subject-name: ghcr.io/homebrew/ubuntu${{matrix.version}}
|
||||||
|
|||||||
2
.github/workflows/pkg-installer.yml
vendored
2
.github/workflows/pkg-installer.yml
vendored
@ -124,7 +124,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Generate build provenance
|
- name: Generate build provenance
|
||||||
uses: actions/attest-build-provenance@v1.3.3
|
uses: actions/attest-build-provenance@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3
|
||||||
with:
|
with:
|
||||||
subject-path: Homebrew-${{ steps.homebrew-version.outputs.version }}.pkg
|
subject-path: Homebrew-${{ steps.homebrew-version.outputs.version }}.pkg
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user