File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,15 +40,15 @@ jobs:
4040
4141 - name : Buildah Action
4242 id : build-openstack-must-gather
43- uses : redhat-actions/buildah-build@7a95fa7ee0f02d552a32753e7414641a04307056 # v2
43+ uses : redhat-actions/buildah-build@3a51aade9afa17e5c78256bcbe2e1ee08c7b995b # v3
4444 with :
4545 image : openstack-must-gather
4646 tags : ${{ env.latesttag }} ${{ github.sha }}
4747 containerfiles : |
4848 ./Dockerfile
4949
5050 - name : Push openstack-must-gather image To ${{ env.imageregistry }}
51- uses : redhat-actions/push-to-registry@5ed88d269cf581ea9ef6dd6806d01562096bee9c # v2
51+ uses : redhat-actions/push-to-registry@94ade333c38ecc0e60e94785125d9a52ca423b37 # v3
5252 with :
5353 image : ${{ steps.build-openstack-must-gather.outputs.image }}
5454 tags : ${{ steps.build-openstack-must-gather.outputs.tags }}
Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
1414 - name : Setup python
15- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
15+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
1616 with :
1717 python-version : ${{ matrix.python-version }}
1818 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments