Fix Docker build context to include metadata files
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
@@ -34,6 +34,7 @@ jobs:
|
|||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
context: .
|
||||||
tags: "${{ vars.DOCKER_USER }}/docuelevate:latest"
|
tags: "${{ vars.DOCKER_USER }}/docuelevate:latest"
|
||||||
outputs: ${{ github.event_name == 'pull_request' && 'type=cacheonly' || 'type=registry' }}
|
outputs: ${{ github.event_name == 'pull_request' && 'type=cacheonly' || 'type=registry' }}
|
||||||
provenance: mode=max
|
provenance: mode=max
|
||||||
|
|||||||
Reference in New Issue
Block a user