Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WeihanLi authored Dec 2, 2024
1 parent a3eacfe commit c14284f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/pipelines/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ steps:
displayName: 'Setup qemu and docker buildx'

- script: |
docker build -f Dockerfile --platform="linux/amd64,linux/arm64" -t weihanli/dotnet-httpie:latest -t weihanli/dotnet-httpie:preview -t weihanli/dotnet-httpie:stable .
docker buildx build -f Dockerfile --platform="linux/amd64,linux/arm64" -t weihanli/dotnet-httpie:latest -t weihanli/dotnet-httpie:preview -t weihanli/dotnet-httpie:stable .
docker images
displayName: 'Docker build Script'

Expand Down

0 comments on commit c14284f

Please sign in to comment.