fix: set docker build context to root for COPY paths
Docker Build and Push / build (push) Successful in 1m47s
Docker Build and Push / build (push) Successful in 1m47s
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user