Skip to content

Commit

Permalink
[docker] wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Jul 22, 2022
1 parent 136c696 commit 6edae78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
push: true
push: false
tags: oven-sh/bun:canary,oven-sh/bun:${{github.sha}}
cache-from: type=registry,ref=oven-sh/bun:buildcache-${{matrix.cpu}}-amd64
cache-to: type=registry,ref=oven-sh/bun:buildcache-${{matrix.cpu}}-amd64,mode=max
Expand Down Expand Up @@ -124,8 +124,8 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
push: true
tags: oven-sh/bun:canary,oven-sh/bun:${{github.sha}}
push: false
cache-from: type=registry,ref=oven-sh/bun:buildcache-aarch64
cache-to: type=registry,ref=oven-sh/bun:buildcache-aarch64,mode=max
build-args: |
Expand Down

0 comments on commit 6edae78

Please sign in to comment.