fix: set build context to root instead of pkg #4

Merged
jcabillot merged 1 commits from fix/build-context into main 2026-05-29 16:35:41 -04:00
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v7
with:
context: pkg
context: .
file: pkg/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}