Skip to content

Commit

Permalink
Update .github/workflows/publish-artifacts.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Dan <[email protected]>
Signed-off-by: Magnus Kulke <[email protected]>
  • Loading branch information
mkulke and dcmiddle authored Oct 3, 2024
1 parent 0b2ca9b commit 23f7e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Build
run: make ./target/${{ env.RUST_TARGET }}/release/attestation-agent

- name: Publish to ORAS
- name: Publish with ORAS
id: publish
env:
OCI_ARCH: ${{ matrix.platform.arch == 'x86_64' && 'amd64' || matrix.platform.arch }}
Expand Down

0 comments on commit 23f7e25

Please sign in to comment.