Skip to content

Commit

Permalink
Build and push docker image to containers registry
Browse files Browse the repository at this point in the history
  • Loading branch information
dphulkar-msft committed Oct 3, 2024
1 parent 1af5f51 commit ed616d6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1830,7 +1830,7 @@ stages:
chmod 777 *.sh
./dockerinstall.sh
./buildcontainer.sh Dockerfile x86_64
./buildcontainer.sh Dockerfile ubuntu-x86_64
./publishcontainer.sh $(AZCOPY_DOCKER_REG_USER) $(AZCOPY_DOCKER_REG_PWD) ubuntu-x86_64
./buildcontainer.sh DockerfileMariner mariner-x86_64
Expand Down Expand Up @@ -1885,8 +1885,7 @@ stages:
- script: |
chmod 777 *.sh
./dockerinstall.sh
ls -ltR
./buildcontainer.sh DockerfileArm64 arm64
./buildcontainer.sh DockerfileArm64 ubuntu-arm64
./publishcontainer.sh $(AZCOPY_DOCKER_REG_USER) $(AZCOPY_DOCKER_REG_PWD) ubuntu-arm64
displayName: "Create docker image for arm64 and push to the containers registry"
workingDirectory: $(work_dir)/docker
Expand Down

0 comments on commit ed616d6

Please sign in to comment.