We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac6ed5 commit 935b064Copy full SHA for 935b064
.github/workflows/test.yml
@@ -75,7 +75,7 @@ jobs:
75
with:
76
load: true
77
context: .
78
- file: "Dockerfile-${{ matrix.postgres_version }}"
+ file: Dockerfile-${{ matrix.postgres_version }}
79
target: production
80
build-args: |
81
${{ steps.args.outputs.result }}
0 commit comments