Skip to content

Commit

Permalink
docker-release:rust-features not rust_features (#1103)
Browse files Browse the repository at this point in the history
docker-release:`rust-features` not `rust_features`
  • Loading branch information
tgeoghegan authored Jun 14, 2024
1 parent 6b7de7c commit 940faf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
strategy:
matrix:
image: [
{ name: "divviup_api", rust_features: ["default"] },
{ name: "divviup_api_integration_test", rust_features: ["integration-testing", "admin"] },
{ name: "divviup_api", rust-features: ["default"] },
{ name: "divviup_api_integration_test", rust-features: ["integration-testing", "admin"] },
]
permissions:
id-token: write
Expand Down

0 comments on commit 940faf8

Please sign in to comment.