Skip to content

Commit

Permalink
feat(docker): multi platform build (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
c3b5aw authored Aug 13, 2022
1 parent 2a0b249 commit 028714e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/clairvoyance:latest
platform: linux/amd64, linux/arm64

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit 028714e

Please sign in to comment.