Skip to content

Commit

Permalink
CI: docker publish fix script name
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie authored Jun 28, 2021
1 parent b45f7d7 commit f99e86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
run: |
$version = gh release view --json tagName,targetCommitish | ConvertFrom-Json
$version | Write-Output
./build/build_and_push -version $version.tagName -commit $version.targetCommitish
./build/build_docker.ps1 -version $version.tagName -commit $version.targetCommitish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f99e86e

Please sign in to comment.