Commit 83e0f19
committed
Replace ContainerImageTag and remove docker push commands
Updated the `dotnet publish` commands to use `-p:ContainerImageTags`
instead of `-p:ContainerImageTag`, enabling support for multiple
image tags. Removed explicit `docker push` commands for API and
Blazor images, as the new parameter likely handles this step
automatically or the process has been relocated.1 parent 0231784 commit 83e0f19
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
0 commit comments