Skip to content

Commit

Permalink
refactor(buildx): optimistically bootstrap driver image
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Goller <[email protected]>
  • Loading branch information
goller committed Aug 18, 2023
1 parent aa7b04d commit 4ddbe4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ func UpdateDrivers(ctx context.Context, dockerCli command.Cli) error {
projectName := node.DriverOpts["env.DEPOT_PROJECT_ID"]
token := node.DriverOpts["env.DEPOT_TOKEN"]
platform := node.DriverOpts["env.DEPOT_PLATFORM"]
Bootstrap(ctx, dockerCli, "ghcr.io/depot/cli:"+version, projectName, token, platform)
_ = Bootstrap(ctx, dockerCli, "ghcr.io/depot/cli:"+version, projectName, token, platform)
}

}
Expand Down

0 comments on commit 4ddbe4e

Please sign in to comment.