Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuka committed Nov 11, 2020
1 parent d601152 commit f12b9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ jobs:
file: ./bayard-cli.dockerfile
push: true
build-args: |
BAYARD_CLI_VERSION=${ env.BAYARD_CLI_VERSION }}
BAYARD_CLI_VERSION=${{ env.BAYARD_CLI_VERSION }}
tags: |
bayardsearch/bayard-cli:latest
bayardsearch/bayard-cli:${{ env.BAYARD_CLI_VERSION }}

0 comments on commit f12b9cd

Please sign in to comment.