Skip to content

Commit

Permalink
chore: try format function
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Rose committed Oct 9, 2024
1 parent 935b064 commit e086708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
with:
load: true
context: .
file: Dockerfile-${{ matrix.postgres_version }}
file: ${{ format('Dockerfile-{0}', matrix.postgres_version) }}
target: production
build-args: |
${{ steps.args.outputs.result }}
Expand Down

0 comments on commit e086708

Please sign in to comment.