Build docker images for arm64 and amd64 (#687)

This commit is contained in:
Ruslan Bekenev
2022-10-04 09:55:23 +03:00
committed by GitHub
parent 95276b841c
commit 8e9722a285
+1
View File
@@ -27,6 +27,7 @@ jobs:
with: with:
push: true push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/maigret:latest tags: ${{ secrets.DOCKER_HUB_USERNAME }}/maigret:latest
platforms: linux/amd64,linux/arm64
- -
name: Image digest name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }} run: echo ${{ steps.docker_build.outputs.digest }}