File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,13 @@ jobs:
1919 build-operations-metrics-container :
2020 if : github.repository_owner == 'llvm'
2121 runs-on : ubuntu-24.04
22- outputs :
23- container-name : ${{ steps.vars.outputs.container-name }}
24- container-name-tag : ${{ steps.vars.outputs.container-name-tag }}
25- container-filename : ${{ steps.vars.outputs.container-filename }}
2622 steps :
2723 - name : Checkout LLVM Zorg
2824 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2925 with :
3026 sparse-checkout : premerge/ops-container
3127 - name : Build Container
32- uses : llvm/llvm-project/.github/workflows /build-container@c940bfd7e6218c01c6a517e8d6afc8067e933ffd
28+ uses : llvm/llvm-project/.github/actions /build-container@9ee130fa0c8bb163b69923f203f3b2399fea747d
3329 with :
3430 container_name : operations-metrics
3531 context : premerge/ops-container
4440 env :
4541 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4642 steps :
47- - uses : llvm/llvm-project/.github/workflows /push-container@c940bfd7e6218c01c6a517e8d6afc8067e933ffd
43+ - uses : llvm/llvm-project/.github/actions /push-container@9ee130fa0c8bb163b69923f203f3b2399fea747d
4844 with :
4945 token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments