File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6767 thread : ${{ matrix.thread }}
6868
6969 publish_master :
70- # https://github.com/prometheus/promci/blob/52c7012f5f0070d7281b8db4a119e21341d43c91/actions/publish_master /action.yml
70+ # https://github.com/prometheus/promci/blob/52c7012f5f0070d7281b8db4a119e21341d43c91/actions/publish_main /action.yml
7171 name : Publish master branch artifacts
7272 runs-on : ubuntu-latest
7373 needs : [test_go, build_all]
7878 steps :
7979 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8080 - uses : prometheus/promci@fc721ff8497a70a93a881cd552b71af7fb3a9d53 # v0.5.4
81- - uses : ./.github/promci/actions/publish_master
81+ - uses : ./.github/promci/actions/publish_main
8282 with :
8383 docker_hub_login : ${{ secrets.docker_hub_login }}
8484 docker_hub_password : ${{ secrets.docker_hub_password }}
You can’t perform that action at this time.
0 commit comments