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 2abc868 commit 031d3de
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,27 +110,14 @@ jobs:
uses: docker/build-push-action@v5
with:
file: Worker/src/DLLWorker/Dockerfile
# context: .
context: .
platforms: ${{ matrix.platform }}
tags: ${{ env.REGISTRY_IMAGE }}:${{ needs.versionning.outputs.version }}
# tags: ${{ steps.meta.outputs.tags }}
# labels: ${{ steps.meta.outputs.labels }}
# push: true
# #provenance: mode=max
# provenance: true
# sbom: true
#outputs: type=image,name=${{ env.REGISTRY_IMAGE }}:${{ needs.versionning.outputs.version }}
#
context: .
provenance: mode=max
provenance: true
sbom: true
push: true
tags: ${{ env.REGISTRY_IMAGE }}:${{ needs.versionning.outputs.version }}
#outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true
# tags: ${{ steps.meta.outputs.tags }}

# - name: build and push
# run: |
# docker buildx build -t dockerhubaneo/armonik_worker_dll:$VERSION --file Worker/src/DLLWorker/Dockerfile --provenance true --sbom true --push .


testEndToEnd:
Expand Down

0 comments on commit 031d3de

Please sign in to comment.