Skip to content

Commit

Permalink
Fix gh action docker BUILD_TAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer committed Apr 28, 2021
1 parent e70e1ea commit b185dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -49,5 +49,5 @@ jobs:
file: ./docker/Dockerfile
push: true
build-args: |
BUILD_TAGS="builtin_static,rocksdb"
BUILD_TAGS=builtin_static,rocksdb
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit b185dbc

Please sign in to comment.