diff --git a/.vscode/tasks.json b/.vscode/tasks.json index bef686fbaf83cdad0bc973c2aa65037ad9b9ec00..d6640ffbfbe7511992307ceaea7ab1ef6990c804 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -10,6 +10,8 @@ "build", "--build-arg", "DOTNET_VERSION=${input:dotnetVersion}", + "--tag", + "devcontainer-dotnet:latest-dev", ".", ], }, @@ -21,6 +23,9 @@ "build", "--build-arg", "DOTNET_VERSION=${input:dotnetVersion}", + "--tag", + "devcontainer-dotnet:latest-dev", + "--load", "--platform", "linux/arm64,linux/amd64", ".",