Skip to content

Commit 80825d2

Browse files
committed
Fix reference to the regal image
1 parent a5e7554 commit 80825d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

policies/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PODMAN := 0
99
# Keep in sync with Dockerfile and .github/actions/build-policies/action.yml
1010
OPA_DOCKER_IMAGE := docker.io/openpolicyagent/opa:1.8.0-debug
1111
# Keep in sync with .github/workflows/ci.yaml
12-
REGAL_DOCKER_IMAGE := ghcr.io/styrainc/regal:0.36.1
12+
REGAL_DOCKER_IMAGE := ghcr.io/open-policy-agent/regal:0.36.1
1313

1414
INPUTS := \
1515
common/common.rego \

0 commit comments

Comments
 (0)