Skip to content

Commit

Permalink
Do not upload oring image on master
Browse files Browse the repository at this point in the history
fixes #1856

Signed-off-by: Mauro Morales <[email protected]>
  • Loading branch information
mauromorales committed Oct 2, 2023
1 parent 97669b4 commit 55ab81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-docker-arm-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
# in-toto attestation
cosign attest --type spdx --predicate $spdx $image_ref
- name: Upload results
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && inputs.flavor != 'ubuntu-20-lts-arm-nvidia-jetson-agx-orin' }}
uses: actions/upload-artifact@v3
with:
name: ${{ inputs.flavor }}-image
Expand Down

0 comments on commit 55ab81b

Please sign in to comment.