Skip to content

Commit 06d0dc7

Browse files
committed
Bump to version 0.3
1 parent 30d4d82 commit 06d0dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migration/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ if [ "$release" = "1" ]; then
6060
fi
6161

6262
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 .
63+
docker buildx build --push --platform linux/amd64,linux/arm64 -t olivierkorach/sonar-migration:0.3 -t olivierkorach/sonar-migration:latest -f migration/release.Dockerfile .
6464
fi

0 commit comments

Comments
 (0)