Merge pull request #118 from christianlouis/copilot/fix-docker-build-metadata-issue
Fix Docker build context for cloud driver metadata files
This commit is contained in:
@@ -34,6 +34,7 @@ jobs:
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
tags: "${{ vars.DOCKER_USER }}/docuelevate:latest"
|
||||
outputs: ${{ github.event_name == 'pull_request' && 'type=cacheonly' || 'type=registry' }}
|
||||
provenance: mode=max
|
||||
|
||||
Reference in New Issue
Block a user