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 cf0d095 commit 3ac6ed5Copy full SHA for 3ac6ed5
.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