1
0
Fork 0

ci: use path context

This commit is contained in:
Nicolas Duchon 2022-03-05 17:05:41 +01:00 committed by GitHub
parent 190ff4da1e
commit 379639c2cf
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,6 +70,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
with:
context: .
build-args: GIT_DESCRIBE=${{ env.GIT_DESCRIBE }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true