Skip to content

Commit

Permalink
builder docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
olomix committed Sep 11, 2024
1 parent 10500fb commit 1976cc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
platforms: linux/amd64
file: .github/images/Dockerfile.build
context: ./.github/images/context.build
cache-from: type=gha
cache-from: type=gha,scope=buildkit-amd64
cache-to: type=gha,mode=max
tags: builder:amd64

Expand All @@ -41,7 +41,7 @@ jobs:
platforms: linux/arm64
file: .github/images/Dockerfile.build
context: ./.github/images/context.build
cache-from: type=gha
cache-from: type=gha,scope=buildkit-arm64
cache-to: type=gha,mode=max
tags: builder:arm64

Expand Down

0 comments on commit 1976cc6

Please sign in to comment.