Merge pull request 'fix: set build context to root instead of pkg' (#4) from fix/build-context into main
Docker Build and Push / build (push) Successful in 1m9s

Reviewed-on: #4
This commit was merged in pull request #4.
This commit is contained in:
2026-05-29 16:35:40 -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 }}