Skip to content

Commit

Permalink
Update build-args syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
alnoki committed Aug 22, 2024
1 parent dd34e0f commit c14bfab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/push-broker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
username: '${{ secrets.DOCKERHUB_USERNAME }}'
- uses: 'docker/build-push-action@v6'
with:
build-args:
- FEATURES: 'ws'
build-args: 'FEATURES=ws'
cache-from: 'type=gha'
cache-to: 'type=gha,mode=max'
context: 'src/rust'
Expand Down

0 comments on commit c14bfab

Please sign in to comment.