File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,15 +52,16 @@ jobs:
5252 files : rpm/target/rpm/com.teragrep-pth_10/RPMS/noarch/com.teragrep-pth_10-*.noarch.rpm
5353
5454 - name : Update pkg_01 releases repository
55- uses : teragrep/dfg_01@4 .0.0
55+ uses : teragrep/dfg_01@5 .0.0
5656 with :
5757 from_repository : " ${{ github.repository }}"
5858 from_version : " ${{ github.event.release.tag_name }}"
5959 to_repository : " ${{ github.repository_owner }}/pkg_01"
6060 deploy_key : ${{ secrets.PKG_01_DEPLOY_KEY }}
6161 files : rpm/target/rpm/com.teragrep-pth_10/RPMS/noarch/com.teragrep-pth_10-*.noarch.rpm
6262 gpg_public_key : " ${{ secrets.RPM_SIGNING_PUBLIC_KEY }}"
63- repo_baseurl : " ${{ vars.PKG_01_BASEURL }}"
63+ repo_baseurl : " ${{ vars.PKG_01_CENTRAL_BASEURL }}"
64+ location_prefix : " ${{ vars.PKG_01_LOCATION_PREFIX }}"
6465 env :
6566 has_deploy_key : ${{ secrets.PKG_01_DEPLOY_KEY != '' }}
6667 if : ${{ env.has_deploy_key == 'true' }}
You can’t perform that action at this time.
0 commit comments