Skip to content

chore: bump horizon to 4432320c20f960da2bf842ce86e6501754457587 (#33) #133

chore: bump horizon to 4432320c20f960da2bf842ce86e6501754457587 (#33)

chore: bump horizon to 4432320c20f960da2bf842ce86e6501754457587 (#33) #133

Workflow file for this run

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: 4432320c20f960da2bf842ce86e6501754457587 # stable/2025.2
- uses: vexxhost/docker-atmosphere/.github/actions/checkout@main
with:
repository: openstack/designate-dashboard
ref: 9f1e7e9855dc58aa8d3a2ef24eea758a93963b90 # stable/2025.2
- uses: vexxhost/docker-atmosphere/.github/actions/checkout@main
with:
repository: openstack/heat-dashboard
ref: 7ee87d7504e97e0538697ba6d7f58884994db7ac # stable/2025.2
- uses: vexxhost/docker-atmosphere/.github/actions/checkout@main
with:
repository: openstack/ironic-ui
ref: 162a61171f0dd632bc422b46063f40f805c92252 # stable/2025.2
- uses: vexxhost/docker-atmosphere/.github/actions/checkout@main
with:
repository: openstack/magnum-ui
ref: 8b85469c841a151d19b0f09eaf6bdc76f1d44f3b # stable/2025.2
- uses: vexxhost/docker-atmosphere/.github/actions/checkout@main
with:
repository: openstack/manila-ui
ref: a2563fc220962c982dba1986972f3ddf5d132175 # stable/2025.2
- uses: vexxhost/docker-atmosphere/.github/actions/checkout@main
with:
repository: openstack/neutron-vpnaas-dashboard
ref: 9bf310507187b7e0d4be71a56e47ce1d103b7f23 # stable/2025.2
- uses: vexxhost/docker-atmosphere/.github/actions/checkout@main
with:
repository: openstack/octavia-dashboard
ref: 990e7d1141ccd602101ee5cccf11a7ef24f52865 # stable/2025.2
- 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
push: ${{ github.event_name != 'pull_request' }}