Skip to content

Commit

Permalink
ci: Use steps.buildvars.outputs.pkg_version
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara authored Mar 29, 2024
1 parent 9c62ccf commit d82c940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
npm ci
cd ../..
echo "Start Deploy..."
node ./dev/deploy-to-container/cli.js --branch ${{ github.ref_name }} --domain dev.ietf.org --appversion ${{ env.PKG_VERSION }} --commit ${{ github.sha }} --ghrunid ${{ github.run_id }}
node ./dev/deploy-to-container/cli.js --branch ${{ github.ref_name }} --domain dev.ietf.org --appversion ${{ steps.buildvars.outputs.pkg_version }} --commit ${{ github.sha }} --ghrunid ${{ github.run_id }}
- name: Cleanup old docker resources
env:
Expand Down

0 comments on commit d82c940

Please sign in to comment.