Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
Signed-off-by: r3drun3 <simone.ragonesi@sighup.io>
  • Loading branch information
R3DRUN3 committed Jan 5, 2024
1 parent 734ec75 commit a1f1bc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
# provide relevant list of images to scan on each run
images: ['docker.io/library/nginx:1.21.6', 'docker.io/openpolicyagent/opa:0.46.0', 'docker.io/library/hello-world:latest']
images: ['docker.io/library/nginx:1.21.6', 'docker.io/openpolicyagent/opa:0.46.0']

steps:
- name: Set up Docker Buildx
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
PATCHED_IMAGES=""
for image in ${{ matrix.images }}; do
# Modify image names based on your requirements
patched_image="docker.io/r3drun3/$(basename $image)-immunized"
patched_image="r3drun3/$(basename $image)-immunized"
PATCHED_IMAGES="$PATCHED_IMAGES $patched_image"
done
echo $PATCHED_IMAGES
Expand Down

0 comments on commit a1f1bc3

Please sign in to comment.