Skip to content

Commit

Permalink
chore: support build args for dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Feb 14, 2025
1 parent 6b8b363 commit 22add72
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 @@ -186,7 +186,7 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
build-args: |
BUILD_ARGS="--features=full"
BUILD_ARGS=--features=full
- name: Image digest
run: |
echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit 22add72

Please sign in to comment.