Update context

This commit is contained in:
Andrei Betlen 2023-05-02 01:16:44 -04:00
parent c21a34506e
commit 63f8d3a6fb

View file

@ -31,6 +31,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
push: true # push to registry
pull: true # always fetch the latest base images
platforms: linux/amd64,linux/arm64 # build for both amd64 and arm64