Skip to content

Commit

Permalink
fix: fix docker build tag v2
Browse files Browse the repository at this point in the history
  • Loading branch information
aldor007 committed Mar 15, 2022
1 parent a470da4 commit 41d67cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
with:
path: ./cache
key: ${{ runner.os }}-benchmark
- uses: actions/setup-node@v2
with:
node-version: "14"
- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const tag = await exec.getExecOutput('git', ['tag', '--points-at', 'HEAD')
const tag = await exec.getExecOutput('git', ['tag', '--points-at', 'HEAD'])
return tag.trim().replace('v', '');
- name: Get current date
id: date
Expand Down

0 comments on commit 41d67cd

Please sign in to comment.