We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b73c15 + 39b9a47 commit b3c877fCopy full SHA for b3c877f
.azure-pipelines/ci-build.yml
@@ -466,7 +466,7 @@ extends:
466
--platform linux/amd64,linux/arm64/v8 \
467
--push \
468
-t "$(REGISTRY)/$(IMAGE_NAME):latest" \
469
- -t "$(REGISTRY)/$(IMAGE_NAME):${VERSION}.${BUILDDATE}${RUNNUMBER}" \
+ -t "$(REGISTRY)/$(IMAGE_NAME):${VERSION}" \
470
"$(Pipeline.Workspace)"
471
displayName: 'Build and Push Release Image'
472
condition: contains(variables['Build.SourceBranch'], 'refs/tags/v')
0 commit comments