Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ngruelaneo committed May 6, 2024
1 parent 031d3de commit 5e23f81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ jobs:
with:
file: Worker/src/DLLWorker/Dockerfile
context: .
platforms: ${{ matrix.platform }}
#platforms: ${{ matrix.platform }}
plateforms: linux/amd64,linux/arm64
tags: ${{ env.REGISTRY_IMAGE }}:${{ needs.versionning.outputs.version }}
# tags: ${{ steps.meta.outputs.tags }}
# labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 5e23f81

Please sign in to comment.