Skip to content

Commit

Permalink
[CI] Build mutli-architecture docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
greedybro authored and Glandos committed Feb 18, 2023
1 parent d127b74 commit 78e50c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
platform: linux/amd64,linux/arm64,linux/arm/v7

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

0 comments on commit 78e50c2

Please sign in to comment.