Skip to content

Commit ac6f79a

Browse files
committed
fix docker build for updated structure
1 parent 1be2846 commit ac6f79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
id: push
4545
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
4646
with:
47-
context: docker/.
47+
context: .
4848
push: true
4949
tags: ${{ steps.meta.outputs.tags }}
5050
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)