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 1, 2024
1 parent a55c053 commit 9e07bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1839,7 +1839,7 @@ stages:
./buildcontainer.sh DockerfileMariner mariner-x86_64
echo "Publish to container mariner**************************"
./publishcontainer.sh $(AZCOPY_DOCKER_REG_USER) $(AZCOPY_DOCKER_REG_PWD) mariner-x86_64
./buildcontainer.sh DockerfileARM arm64
./buildcontainer.sh DockerfileArm64 arm64
/publishcontainer.sh $(AZCOPY_DOCKER_REG_USER) $(AZCOPY_DOCKER_REG_PWD) arm64
displayName: "Create docker image and push to the containers registry"
workingDirectory: $(work_dir)/docker
Expand Down

0 comments on commit 9e07bf8

Please sign in to comment.