chore(deps): update ghcr.io/vexxhost/openstack-venv-builder:zed docker digest to c48a981 (stable/zed) #200
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: build | |
| on: | |
| pull_request: | |
| workflow_dispatch: | |
| push: | |
| branches: | |
| - main | |
| - stable/** | |
| jobs: | |
| image: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| id-token: write | |
| packages: write | |
| pull-requests: write | |
| steps: | |
| - uses: vexxhost/docker-atmosphere/.github/actions/checkout@main | |
| with: | |
| repository: openstack/horizon | |
| ref: cf39ff71ec7d9b0f030066e0dd2fa6ad327f947a # stable/zed | |
| - uses: vexxhost/docker-atmosphere/.github/actions/checkout@main | |
| with: | |
| repository: openstack/designate-dashboard | |
| ref: fde744e28936a7e4a0e9bc73137c5e67f11cd333 # stable/zed | |
| - uses: vexxhost/docker-atmosphere/.github/actions/checkout@main | |
| with: | |
| repository: openstack/heat-dashboard | |
| ref: zed-eol | |
| - uses: vexxhost/docker-atmosphere/.github/actions/checkout@main | |
| with: | |
| repository: openstack/ironic-ui | |
| ref: d471c0d6c792a32092924b6e9e6fae7597d14601 # stable/zed | |
| - uses: vexxhost/docker-atmosphere/.github/actions/checkout@main | |
| with: | |
| repository: openstack/magnum-ui | |
| ref: c4c60b779d52a713c0acb3ef4c7987aab1a42657 # stable/zed | |
| - uses: vexxhost/docker-atmosphere/.github/actions/checkout@main | |
| with: | |
| repository: openstack/manila-ui | |
| ref: 961fc0168b0271cb6e6bee8f7abef732445b9fc7 # stable/zed | |
| - uses: vexxhost/docker-atmosphere/.github/actions/checkout@main | |
| with: | |
| repository: openstack/neutron-vpnaas-dashboard | |
| ref: d07bc632d88ff7c8143e501ba15544c18381d08b # stable/zed | |
| - uses: vexxhost/docker-atmosphere/.github/actions/checkout@main | |
| with: | |
| repository: openstack/octavia-dashboard | |
| ref: c3cec4d27756601aff32d0fd560166e65a2e1547 # stable/zed | |
| - uses: vexxhost/docker-atmosphere/.github/actions/checkout@main | |
| with: | |
| repository: openstack/senlin-dashboard | |
| ref: zed-eom | |
| - uses: vexxhost/docker-atmosphere/.github/actions/build-image@main | |
| with: | |
| image-name: horizon | |
| build-contexts: | | |
| horizon=openstack/horizon | |
| designate-dashboard=openstack/designate-dashboard | |
| heat-dashboard=openstack/heat-dashboard | |
| ironic-ui=openstack/ironic-ui | |
| magnum-ui=openstack/magnum-ui | |
| manila-ui=openstack/manila-ui | |
| neutron-vpnaas-dashboard=openstack/neutron-vpnaas-dashboard | |
| octavia-dashboard=openstack/octavia-dashboard | |
| senlin-dashboard=openstack/senlin-dashboard | |
| push: ${{ github.event_name != 'pull_request' }} |