Skip to content

Commit 935b064

Browse files
committed
fix: read name without including quotes
1 parent 3ac6ed5 commit 935b064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
load: true
7777
context: .
78-
file: "Dockerfile-${{ matrix.postgres_version }}"
78+
file: Dockerfile-${{ matrix.postgres_version }}
7979
target: production
8080
build-args: |
8181
${{ steps.args.outputs.result }}

0 commit comments

Comments
 (0)