Skip to content

Commit f75febb

Browse files
committed
refactor
1 parent a9d1423 commit f75febb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish_docker.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ jobs:
6969
id: build-and-push
7070
uses: docker/build-push-action@v3
7171
with:
72-
context: ${{ env.BUILD_DIR }}
72+
context: ${{ env.BUILD_DIR }}/lookup-service-server
73+
build-contexts: ${{ env.BUILD_DIR }}
7374
file: ${{ env.BUILD_DIR }}/lookup-service-server/Dockerfile
7475
push: ${{ github.event_name != 'pull_request' }}
7576
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)