Skip to content

Commit

Permalink
remove temp UI registry1 workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
justinthelaw committed Oct 7, 2024
1 parent c9a0499 commit f3c917c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tasks/create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -493,8 +493,7 @@ tasks:
architecture: ${ARCHITECTURE}
version: ${VERSION}
# the build options below do not affect registry1 builds
# TODO: remove the registry1.dso.mil override once the IronBank image exists for the ui
createOptions: "--insecure --registry-override=ghcr.io=localhost:${LOCAL_REGISTRY_PORT} --registry-override=registry1.dso.mil=localhost:${LOCAL_REGISTRY_PORT}"
createOptions: "--insecure --registry-override=ghcr.io=localhost:${LOCAL_REGISTRY_PORT}"

- name: supabase
description: "Build the Supabase Zarf package"
Expand Down

0 comments on commit f3c917c

Please # to comment.