Skip to content

Commit

Permalink
Merge branch 'main' into fzipi-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
fzipi authored Jul 22, 2024
2 parents 3093439 + 50be9da commit 0864709
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/verifyimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
- main

env:
REPO: "corazawaf/coraza-crs"
REGISTRY: "ghcr.io"
REPO: "coreruleset/coraza-crs"

jobs:
prepare:
Expand Down Expand Up @@ -57,7 +58,7 @@ jobs:
- name: Run ${{ matrix.target }}
run: |
echo "Starting container ${{ matrix.target }}"
docker run --pull "never" -d --name ${{ matrix.target }}-test "${REPO}:${{ matrix.target }}"
docker run --pull "never" -d --name ${{ matrix.target }}-test "${{ env.REGISTRY }}/${{ env.REPO }}:${{ matrix.target }}"
docker logs ${{ matrix.target }}-test
- name: Verify ${{ matrix.target }}
Expand Down

0 comments on commit 0864709

Please sign in to comment.