We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f5a20 commit 0da2fc8Copy full SHA for 0da2fc8
1 file changed
.github/workflows/check-bioc.yml
@@ -314,7 +314,10 @@ jobs:
314
uses: docker/build-push-action@v4
315
with:
316
context: .
317
+ platforms: linux/amd64,linux/arm64
318
+ cache-from: type=gha
319
+ cache-to: type=gha,mode=max
320
push: true
321
tags: |
322
${{ secrets.DOCKERHUB_USERNAME }}/${{ env.CONT_IMG_NAME }}:latest
- ${{ secrets.DOCKERHUB_USERNAME }}/${{ env.CONT_IMG_NAME }}:devel
323
+ ${{ secrets.DOCKERHUB_USERNAME }}/${{ env.CONT_IMG_NAME }}:devel
0 commit comments