I’d like to tag a image (dockerfile build from VS 2022) with :latest and a version number (ideally taken from the MSBuild property VersionPrefix). Is this possible within VS?
I already tried to set the DockerfileBuildArguments property, but VS seems to push only the tag specified in the .pubxml file (PublishImageTag).
TIA
Michael