Эх сурвалжийг харах

fix prod podman build bat

Robert 9 сар өмнө
parent
commit
598eed2a4e
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      Prod_Build_podman.bat

+ 2 - 2
Prod_Build_podman.bat

@@ -3,8 +3,8 @@ FOR /f %%i IN ( version.txt ) DO set version=%%i
 git push
 git tag -a %version%
 git push --follow-tags
-docker build ./ -t evdevcontainerregistry.azurecr.io/server:%version% --label "git-commit=%ssha%"
+podman build ./ -t evdevcontainerregistry.azurecr.io/server:%version% --label "git-commit=%ssha%"
 
 FOR /f %%i IN ('az acr login --name evdevcontainerregistry --expose-token --output tsv --query accessToken') do (SET token=%%i)
 podman login evdevcontainerregistry.azurecr.io -u "00000000-0000-0000-0000-000000000000" -p %token%
-docker push evdevcontainerregistry.azurecr.io/server:%version%
+podman push evdevcontainerregistry.azurecr.io/server:%version%