Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ngruelaneo committed May 3, 2024
1 parent 0276a26 commit 82277a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY_IMAGE }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand All @@ -111,10 +112,10 @@ jobs:
file: Worker/src/DLLWorker/Dockerfile
context: .
platforms: ${{ matrix.platform }}
tags: ${{ needs.versionning.outputs.version }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
push: true
provenance: mode=min
provenance: mode=max
#provenance: true
sbom: true
#outputs: type=image,name=${{ env.REGISTRY_IMAGE }}:${{ needs.versionning.outputs.version }}
Expand Down

0 comments on commit 82277a4

Please sign in to comment.