Skip to content

Commit

Permalink
Update matrix-mcm-build-and-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
userdocs committed Dec 5, 2024
1 parent fb89358 commit 1f824f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/matrix-mcm-build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ jobs:
username: ${{ github.actor }}
password: ${{ github.token }}

- name: Build and push
- name: Build and push Docker image
id: push
uses: docker/build-push-action@v6
with:
platforms: linux/amd64
Expand All @@ -173,7 +174,7 @@ jobs:
BASE_URL=https://github.com/userdocs/qbt-musl-cross-make/releases/latest/download
- name: Attest
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
id: attest
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
Expand Down

0 comments on commit 1f824f9

Please sign in to comment.