Skip to content

Commit

Permalink
ci: Build with --no-cache option
Browse files Browse the repository at this point in the history
Signed-off-by: Natsuki Ikeguchi <me@s6n.jp>
  • Loading branch information
siketyan committed Nov 29, 2023
1 parent e6e86f3 commit 48fe651
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
id: build
uses: docker/bake-action@v3
with:
no-cache: true
pull: true
load: ${{!fromJson(needs.prepare.outputs.push)}}
targets: |
Expand Down

0 comments on commit 48fe651

Please sign in to comment.