Skip to content

Commit

Permalink
get around issue docker/buildx#59
Browse files Browse the repository at this point in the history
  • Loading branch information
rainchei committed Jan 16, 2024
1 parent 7f23fa1 commit e5434d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
context: .
load: true
tags: ${{ steps.meta.outputs.tags }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
cache-from: type=gha
cache-to: type=gha,mode=max
-
Expand All @@ -61,5 +61,6 @@ jobs:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit e5434d6

Please sign in to comment.