Skip to content

Commit 80f6747

Browse files
committed
👷 More Github Action path handling
1 parent 31efb46 commit 80f6747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
uses: docker/build-push-action@v6
8080
with:
8181
platforms: linux/amd64,linux/arm64
82-
directory: ${{ steps.file-gen.outputs.PATH }}
82+
context: ${{ steps.file-gen.outputs.PATH }}
8383
file: docker/Dockerfile
8484
build-args: |
8585
CONTAINER_VERSION=${{ github.ref_name }}

0 commit comments

Comments
 (0)