Skip to content

Commit 3c85c41

Browse files
committed
docker: update path to dockerfile
1 parent 1f5e748 commit 3c85c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: docker/build-push-action@v4
3434
with:
3535
context: .
36-
file: "{context}/docker/simple/Dockerfile"
36+
file: "docker/simple/Dockerfile"
3737
push: true # push to registry
3838
pull: true # always fetch the latest base images
3939
platforms: linux/amd64,linux/arm64 # build for both amd64 and arm64

0 commit comments

Comments
 (0)