Skip to content

Commit

Permalink
- updates ci:test
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Jun 17, 2024
1 parent a8c446d commit b04d7fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/docker_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@ runs:
target: ${{ inputs.target }}
file: ./docker/Dockerfile
platforms: linux/amd64
outputs: type=registry,type=docker
outputs: type=registry
provenance: true
sbom: true
load: true
cache-from: "type=registry,ref=${{inputs.image}}-buildcache,mode=max"
cache-to: "type=registry,ref=${{inputs.image}}-buildcache,mode=max"
build-args: |
Expand Down

0 comments on commit b04d7fe

Please sign in to comment.