Skip to content

Commit 31efb46

Browse files
committed
👷 More Github Action directory path work
1 parent 25813d2 commit 31efb46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ jobs:
7979
uses: docker/build-push-action@v6
8080
with:
8181
platforms: linux/amd64,linux/arm64
82-
file: ${{ steps.file-gen.outputs.PATH }}/docker/Dockerfile
82+
directory: ${{ steps.file-gen.outputs.PATH }}
83+
file: docker/Dockerfile
8384
build-args: |
8485
CONTAINER_VERSION=${{ github.ref_name }}
8586
IMAGE_NAME=${{ env.IMAGE_NAME }}

0 commit comments

Comments
 (0)