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.
1 parent 30d4d82 commit 06d0dc7Copy full SHA for 06d0dc7
migration/deploy.sh
@@ -60,5 +60,5 @@ if [ "$release" = "1" ]; then
60
fi
61
62
if [ "$release_docker" = "1" ]; then
63
- docker buildx build --push --platform linux/amd64,linux/arm64 -t olivierkorach/sonar-migration:0.2 -t olivierkorach/sonar-migration:latest -f migration/release.Dockerfile .
+ docker buildx build --push --platform linux/amd64,linux/arm64 -t olivierkorach/sonar-migration:0.3 -t olivierkorach/sonar-migration:latest -f migration/release.Dockerfile .
64
0 commit comments