Skip to content

Commit

Permalink
ci: add option to allow docker scout to analyse the docker image
Browse files Browse the repository at this point in the history
update docker image to debian 12 (bookworm)
  • Loading branch information
ngruelaneo committed Apr 26, 2024
1 parent ae58de0 commit 6d3c063
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
run: |
docker push dockerhubaneo/armonik_worker_dll:$VERSION
buildImagesCross:
runs-on: ubuntu-latest
needs:
Expand Down Expand Up @@ -125,11 +126,13 @@ jobs:
context: .
platforms: linux/arm64
push: true
provenance: mode=max
sbom: true
tags: |
dockerhubaneo/armonik_worker_dll:${{ needs.versionning.outputs.version }}-arm
- name: Create multi-arch manifest
run: docker buildx imagetools create dockerhubaneo/armonik_worker_dll:${VERSION} --tag dockerhubaneo/armonik_worker_dll:${VERSION} --append dockerhubaneo/armonik_worker_dll:${VERSION}-arm
run: docker buildx imagetools create dockerhubaneo/armonik_worker_dll:${VERSION} --tag dockerhubaneo/armonik_worker_dll:${VERSION} --provenance=true --sbom=true --append dockerhubaneo/armonik_worker_dll:${VERSION}-arm

testEndToEnd:
needs:
Expand Down

0 comments on commit 6d3c063

Please sign in to comment.