Merge pull request #301 from 3nprob/gh-actions-build

Build Docker image in GH action workflow
This commit is contained in:
Gilles LAMIRAL 2022-04-04 13:06:18 +02:00 committed by GitHub
commit 806a5382cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,3 +19,5 @@ jobs:
uses: docker/setup-buildx-action@v1
- name: Available platforms
run: echo ${{ steps.buildx.outputs.platforms }}
- name: Build image
run: docker buildx build --platform linux/amd64,linux/arm64 -t imapsync:$(/usr/bin/git log -1 --format='%h') . --no-cache -f INSTALL.d/Dockerfile