We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f75febb commit cae6b13Copy full SHA for cae6b13
.github/workflows/publish_docker.yml
@@ -70,7 +70,7 @@ jobs:
70
uses: docker/build-push-action@v3
71
with:
72
context: ${{ env.BUILD_DIR }}/lookup-service-server
73
- build-contexts: ${{ env.BUILD_DIR }}
+ build-contexts: schema=${{ env.BUILD_DIR }}
74
file: ${{ env.BUILD_DIR }}/lookup-service-server/Dockerfile
75
push: ${{ github.event_name != 'pull_request' }}
76
tags: ${{ steps.meta.outputs.tags }}
0 commit comments