Skip to content
Snippets Groups Projects
Commit 9a076ba4 authored by Andri Joos's avatar Andri Joos :blush:
Browse files

add tag for dev version

parent 2262def8
No related branches found
No related tags found
No related merge requests found
Pipeline #7614 passed with stage
in 5 minutes and 42 seconds
...@@ -10,6 +10,8 @@ ...@@ -10,6 +10,8 @@
"build", "build",
"--build-arg", "--build-arg",
"DOTNET_VERSION=${input:dotnetVersion}", "DOTNET_VERSION=${input:dotnetVersion}",
"--tag",
"devcontainer-dotnet:latest-dev",
".", ".",
], ],
}, },
...@@ -21,6 +23,8 @@ ...@@ -21,6 +23,8 @@
"build", "build",
"--build-arg", "--build-arg",
"DOTNET_VERSION=${input:dotnetVersion}", "DOTNET_VERSION=${input:dotnetVersion}",
"--tag",
"devcontainer-dotnet:latest-dev",
"--platform", "--platform",
"linux/arm64,linux/amd64", "linux/arm64,linux/amd64",
".", ".",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment