Rename to docker-build

This commit is contained in:
Bryce Lampe
2024-04-15 14:51:07 -07:00
parent 4cd6d49ba9
commit 12bf5dd689
139 changed files with 638 additions and 645 deletions

2
sdk/dotnet/Enums.cs generated
View File

@@ -5,7 +5,7 @@ using System;
using System.ComponentModel;
using Pulumi;
namespace Pulumi.Dockerbuild
namespace Pulumi.DockerBuild
{
[EnumType]
public readonly struct CacheMode : IEquatable<CacheMode>