We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d1423 commit f75febbCopy full SHA for f75febb
.github/workflows/publish_docker.yml
@@ -69,7 +69,8 @@ jobs:
69
id: build-and-push
70
uses: docker/build-push-action@v3
71
with:
72
- context: ${{ env.BUILD_DIR }}
+ context: ${{ env.BUILD_DIR }}/lookup-service-server
73
+ build-contexts: ${{ 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