Skip to content

Commit

Permalink
Fix workflow dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Roy Golan <[email protected]>
  • Loading branch information
rgolangh committed Jun 20, 2024
1 parent 590ebcf commit d6c5c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/workflow-builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

ARG BUILDER_IMAGE

FROM ${BUILDER_IMAGE:-kogito-swf-builder:9.99.1.CR1} AS builder
FROM ${BUILDER_IMAGE:-quay.io/kiegroup/kogito-swf-builder:9.99.1.CR1} AS builder

# Temp hack to provide persistence artifacts - with quay.io/kiegroup/kogito-swf-builder:9.99.1.CR1 those dependencies are included in the base image.
#ENV MAVEN_REPO_URL=https://maven.repository.redhat.com/earlyaccess/all
Expand Down

0 comments on commit d6c5c1e

Please sign in to comment.