Changes
Build and Push Docker Images / build (push) Failing after 1s

This commit is contained in:
2026-05-07 14:45:19 +03:00
parent 5f647b4561
commit ae1db5e9a7
3 changed files with 39 additions and 15 deletions
+9 -6
View File
@@ -10,9 +10,15 @@
</PropertyGroup>
<ItemGroup>
<None Include=".env" />
<None Include=".env.production" />
<None Include=".env.staging" />
<None Include=".env.template" />
<None Include=".env.production">
<DependentUpon>.env</DependentUpon>
</None>
<None Include=".env.staging">
<DependentUpon>.env</DependentUpon>
</None>
<None Include=".env.template">
<DependentUpon>.env</DependentUpon>
</None>
<None Include="docker-compose.yml" />
<None Include="docker-compose.staging.yml">
<DependentUpon>docker-compose.yml</DependentUpon>
@@ -20,8 +26,5 @@
<None Include="docker-compose.production.yml">
<DependentUpon>docker-compose.yml</DependentUpon>
</None>
<None Include="docker-compose.override.yml">
<DependentUpon>docker-compose.yml</DependentUpon>
</None>
</ItemGroup>
</Project>