Skip to content

Commit f2cffbd

Browse files
authored
Change Docker build context to load-generator
1 parent 09eb25e commit f2cffbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
id: push
4848
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
4949
with:
50-
context: .
50+
context: ./main-workshop/load-generator
5151
push: true
5252
tags: ${{ steps.meta.outputs.tags }}
5353
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)