use path context on CI

This commit is contained in:
Aine 2024-09-15 20:19:06 +03:00
parent 4b3fbe34fa
commit 2cde308d43
No known key found for this signature in database
GPG key ID: 34969C908CCA2804

View file

@ -33,6 +33,7 @@ jobs:
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}