We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a135ddf commit 7b6f24fCopy full SHA for 7b6f24f
1 file changed
.github/workflows/upload_release_github_attachment_container_matrix.yaml
@@ -59,7 +59,7 @@ jobs:
59
files: target/rpm/com.teragrep-blf_02/RPMS/x86_64/com.teragrep-blf_02-*.rpm
60
61
- name: Update pkg_01 releases repository
62
- uses: teragrep/dfg_01@3.3.0
+ uses: teragrep/dfg_01@4.0.0
63
with:
64
from_repository: "${{ github.repository }}"
65
from_version: "${{ github.event.release.tag_name }}"
@@ -68,7 +68,7 @@ jobs:
68
deploy_key: ${{ secrets.PKG_01_DEPLOY_KEY }}
69
70
gpg_public_key: "${{ secrets.RPM_SIGNING_PUBLIC_KEY }}"
71
- repo_baseurl: "${{ vars.PKG_01_CENTRAL_BASEURL }}"
+ repo_baseurl: "${{ vars.PKG_01_BASEURL }}"
72
repo_name: "teragrep-${{ matrix.os }}-releases"
73
env:
74
has_deploy_key: ${{ secrets.PKG_01_DEPLOY_KEY != '' }}
0 commit comments