Skip to content

Commit f256be2

Browse files
committed
CI/docker: specify the Dockerfile to use
1 parent f7e36fd commit f256be2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ jobs:
9898
id: build
9999
uses: docker/build-push-action@v6
100100
with:
101-
context: ./frontend
101+
context: ./
102+
file: ./frontend/Dockerfile
102103
platforms: ${{ matrix.arch.platform }}
103104
cache-from: type=gha
104105
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)