Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
Signed-off-by: r3drun3 <[email protected]>
  • Loading branch information
R3DRUN3 committed Jan 10, 2024
1 parent 3c05efd commit dd087e6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,34 @@ jobs:
run: |
docker push ghcr.io/r3drun3/immunize/${{ steps.copa.outputs.patched-image }}
- name: Write Artifacts
run: |
echo ${{ matrix.images }} >> outputs/${{ matrix.images }}.txt
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: outputs
path: outputs/*.txt

send-mail-report:
runs-on: ubuntu-latest
needs: immunize
steps:
- name: Checkout Repository
uses: actions/checkout@v2

- uses: actions/checkout@v3
- name: Load outputs
uses: actions/download-artifact@v3
with:
name: outputs
path: outputs

- run: |
ls outputs
cat outputs/*.txt
# Access the 'images' array from the 'immunize' job outputs
- name: Set PATCHED_IMAGES
id: set_patched_images
Expand Down

0 comments on commit dd087e6

Please sign in to comment.