mirror of https://github.com/docker/docs.git
Update the CI/CD config to build and push multi-platform image (#20009)
This commit is contained in:
parent
4c13139ab9
commit
bc8c3bd1ad
|
@ -101,6 +101,7 @@ to Docker Hub.
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
platforms: linux/amd64,linux/arm64/v8
|
||||||
push: true
|
push: true
|
||||||
target: prod
|
target: prod
|
||||||
tags: ${{ secrets.DOCKER_USERNAME }}/${{ github.event.repository.name }}:latest
|
tags: ${{ secrets.DOCKER_USERNAME }}/${{ github.event.repository.name }}:latest
|
||||||
|
|
Loading…
Reference in New Issue