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 4da7863 commit adf4d39
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ 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', 'python:3.9.18-slim-bullseye']
images: ['docker.io/library/nginx:1.21.6', 'docker.io/openpolicyagent/opa:0.46.0']

outputs:
# Expose the 'images' array as an output
images: ${{ matrix.images }}
# outputs:
# # Expose the 'images' array as an output
# images: ${{ matrix.images }}

steps:

- name: Checkout Repository
uses: actions/checkout@v2
# - name: Checkout Repository
# uses: actions/checkout@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@dedd61cf5d839122591f5027c89bf3ad27691d18
Expand Down

0 comments on commit adf4d39

Please sign in to comment.