Skip to content

Commit

Permalink
fix: update docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
rickbassham committed Aug 29, 2021
1 parent e5f8ed7 commit 3a3e7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm/v7,linux/arm64
platforms: linux/amd64
push: true
tags: ${{ steps.docker_meta.outputs.tags }}
cache-from: type=local,src=/tmp/.buildx-cache
Expand Down

0 comments on commit 3a3e7df

Please sign in to comment.