Skip to content

Commit b3d04cf

Browse files
authored
Update publish_image_on_push.yml
1 parent 2aea8dc commit b3d04cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_image_on_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Build and push Docker image
6666
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
6767
with:
68-
context: .
68+
context: ./sql
6969
push: true
7070
tags: ${{ steps.meta-2.outputs.tags }}
7171
labels: ${{ steps.meta-2.outputs.labels }}

0 commit comments

Comments
 (0)