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 935b064 commit e086708Copy full SHA for e086708
.github/workflows/test.yml
@@ -75,7 +75,7 @@ jobs:
75
with:
76
load: true
77
context: .
78
- file: Dockerfile-${{ matrix.postgres_version }}
+ file: ${{ format('Dockerfile-{0}', matrix.postgres_version) }}
79
target: production
80
build-args: |
81
${{ steps.args.outputs.result }}
0 commit comments