Skip to content

Commit

Permalink
[enh] Test all OPA tags in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tibotix committed Nov 6, 2022
1 parent 7922052 commit 6b63bd0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
test-docker:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
opa_latest_tag_suffix: ["", "-static", "-istio", "-istio-static"]
steps:
# BUILD PHASE
- name: Checkout
Expand All @@ -73,9 +77,11 @@ jobs:
file: docker/Dockerfile
push: false
target: client
cache-from: type=registry,ref=permitio/opal-client:latest
cache-from: type=registry,ref=permitio/opal-client:latest${{ matrix.opa_latest_tag_suffix }}
cache-to: type=inline
load: true
build-args: |
opa_tag=latest${{ matrix.opa_latest_tag_suffix }}
tags: |
permitio/opal-client:test
Expand Down

0 comments on commit 6b63bd0

Please sign in to comment.