mirror of
https://github.com/tchapi/davis.git
synced 2025-04-21 21:11:59 +02:00
fix: enable multiplatform docker builds (#93)
This commit is contained in:
parent
6003669800
commit
cae253919f
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -28,6 +28,13 @@ jobs:
|
||||
echo "version=${VERSION}" >> $GITHUB_OUTPUT
|
||||
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
|
||||
echo "created=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
-
|
||||
name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user