Skip to content

Commit

Permalink
fix zenith example
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Nov 17, 2023
1 parent b86e9a1 commit 4967005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/.fluentci/src/dagger/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const execLane = async (name: string, src = ".") => {
const baseCtr = client
.pipeline(Job.execLane)
.container()
.from("ghcr.io/fluentci-io/fastlane:latest");
.from("ghcr.io/fluent-ci-templates/fastlane:latest");

const ctr = withEnv(withSrc(baseCtr, client, context))
.withEnvVariable("NODE_OPTIONS", "--max-old-space-size=4096")
Expand Down

0 comments on commit 4967005

Please sign in to comment.