Skip to content

Commit

Permalink
Update POLICY_GENERATOR_TAG
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Marcantonio <[email protected]>
  • Loading branch information
lennysgarage committed Jul 8, 2022
2 parents c2bde74 + 566f21d commit 7c59069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM registry.ci.openshift.org/stolostron/builder:go1.18-linux AS plugin-builder
ENV POLICY_GENERATOR_TAG=v1.7.0
ENV POLICY_GENERATOR_TAG=v1.8.0

WORKDIR /policy-generator
RUN curl -L -o "policy-generator-plugin.tar.gz" \
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile.prow
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM registry.ci.openshift.org/stolostron/builder:go1.18-linux AS builder
ENV POLICY_GENERATOR_TAG=v1.7.0
ENV POLICY_GENERATOR_TAG=v1.8.0

WORKDIR /go/src/github.com/stolostron/multicluster-operators-subscription
COPY . .
Expand Down

0 comments on commit 7c59069

Please sign in to comment.