Skip to content

Commit ef56e3f

Browse files
authored
ci: fix docker build for docker/bake-action@v7 (#10754)
1 parent d22929d commit ef56e3f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/docker_release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ jobs:
5959
IMAGE_TAG_SUFFIX: ${{ steps.meta.outputs.version }}
6060
HAYSTACK_VERSION: ${{ steps.meta.outputs.version }}
6161
with:
62-
source: .
63-
workdir: docker
62+
source: ./docker
6463
targets: base
6564
push: true
6665

0 commit comments

Comments
 (0)