Skip to content

Commit

Permalink
fix(): support multi-arch builds (#27)
Browse files Browse the repository at this point in the history
* provenance = false

* load = false

* fix(): load=false; provenance=false
  • Loading branch information
kwong0222 authored Dec 11, 2024
1 parent 529e56a commit 8ac4219
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@ jobs:
./docker-bake.hcl
${{ steps.metadata.outputs.bake-file }}
push: true
load: true
load: false
no-cache: true
targets: build
provenance: false

- name: Run Trivy to check Docker images for vulnerabilities
uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # v0.29.0
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ on:
push:
tags:
- 'v*'
workflow_dispatch:

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -47,6 +46,6 @@ jobs:
./docker-bake.hcl
${{ steps.metadata.outputs.bake-file }}
push: true
load: true
no-cache: true
targets: build
provenance: false

0 comments on commit 8ac4219

Please sign in to comment.