Skip to content

Commit cae6b13

Browse files
committed
refactor
1 parent f75febb commit cae6b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
uses: docker/build-push-action@v3
7171
with:
7272
context: ${{ env.BUILD_DIR }}/lookup-service-server
73-
build-contexts: ${{ env.BUILD_DIR }}
73+
build-contexts: schema=${{ env.BUILD_DIR }}
7474
file: ${{ env.BUILD_DIR }}/lookup-service-server/Dockerfile
7575
push: ${{ github.event_name != 'pull_request' }}
7676
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)