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 009f190 commit dd0a403
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
matrix:
images: ['docker.io/library/nginx:1.21.6', 'docker.io/openpolicyagent/opa:0.46.0']

outputs:
patched: ${{ steps.copa.outputs.patched-image }}

steps:
- name: Checkout Repository
Expand Down Expand Up @@ -76,7 +74,7 @@ jobs:
- name: Create Patched Image File
if: steps.login.conclusion == 'success'
run: echo ${{ steps.copa.outputs.patched-image }} >> patched-image.txt
run: echo ${{ steps.copa.outputs.patched-image }} >> patched-images.txt
shell: bash


Expand All @@ -91,7 +89,7 @@ jobs:
- name: Set PATCHED_IMAGES
id: set_patched_images
run: |
PATCHED_IMAGES=$(cat ${{ github.workspace }}/patched-image.txt)
PATCHED_IMAGES=$(cat ${{ github.workspace }}/patched-images.txt)
echo "PATCHED_IMAGES=${PATCHED_IMAGES}" >> $GITHUB_ENV
shell: bash

Expand Down
Empty file added patched-images.txt
Empty file.

0 comments on commit dd0a403

Please sign in to comment.