Skip to content

Commit e31fae0

Browse files
committed
fix docker build context
1 parent d0e5e6b commit e31fae0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
build:
2222
- image: node-utils
23-
docker-file: modules/node-utils/Dockerfile
23+
context: modules/node-utils
2424
fail-fast: false
2525

2626
steps:
@@ -52,7 +52,7 @@ jobs:
5252
- name: Build and push ${{ matrix.build.image }} image
5353
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
5454
with:
55-
file: ${{ matrix.build.docker-file }}
55+
context: ${{ matrix.build.context }}
5656
platforms: linux/amd64,linux/amd64/v2,linux/amd64/v3,linux/arm64
5757
push: true
5858
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)