mirror of
https://github.com/imapsync/imapsync.git
synced 2025-06-06 20:55:29 +02:00
Merge pull request #301 from 3nprob/gh-actions-build
Build Docker image in GH action workflow
This commit is contained in:
commit
806a5382cc
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -19,3 +19,5 @@ jobs:
|
||||||
uses: docker/setup-buildx-action@v1
|
uses: docker/setup-buildx-action@v1
|
||||||
- name: Available platforms
|
- name: Available platforms
|
||||||
run: echo ${{ steps.buildx.outputs.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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue