This commit is contained in:
parent
e2a8031a87
commit
57ada71d36
1 changed files with 1 additions and 8 deletions
9
.github/workflows/docker.yaml
vendored
9
.github/workflows/docker.yaml
vendored
|
@ -12,13 +12,6 @@ jobs:
|
|||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platform:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
- linux/riscv64
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Set up Docker Buildx
|
||||
|
@ -56,7 +49,7 @@ jobs:
|
|||
context: .
|
||||
push: true
|
||||
pull: true
|
||||
platforms: ${{ matrix.platform }}
|
||||
platforms: linux/amd64, linux/arm64, linux/riscv64
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
sbom: true
|
||||
provenance: true
|
||||
|
|
Loading…
Reference in a new issue