Skip to content

Commit e086708

Browse files
committed
chore: try format function
1 parent 935b064 commit e086708

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: ${{ format('Dockerfile-{0}', matrix.postgres_version) }}
7979
target: production
8080
build-args: |
8181
${{ steps.args.outputs.result }}

0 commit comments

Comments
 (0)