Skip to content

chore(deps): update ghcr.io/vexxhost/openstack-venv-builder:2024.1 docker digest to 95f60bc (stable/2024.1) #140

chore(deps): update ghcr.io/vexxhost/openstack-venv-builder:2024.1 docker digest to 95f60bc (stable/2024.1)

chore(deps): update ghcr.io/vexxhost/openstack-venv-builder:2024.1 docker digest to 95f60bc (stable/2024.1) #140

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: 70fbca648b8ea8a1a6540a126fc31e1f1c8027de # stable/2024.1
- uses: vexxhost/docker-atmosphere/.github/actions/checkout@main
with:
repository: openstack/designate-dashboard
ref: aace643d16b729c79d819494f3523720de49ddd8 # stable/2024.1
- uses: vexxhost/docker-atmosphere/.github/actions/checkout@main
with:
repository: openstack/heat-dashboard
ref: 0f8ddbaec6fc01733e6ac7d709e7f36761330ede # stable/2024.1
- uses: vexxhost/docker-atmosphere/.github/actions/checkout@main
with:
repository: openstack/ironic-ui
ref: a50a6e491c85de91bc751a621082f9dac594dac2 # stable/2024.1
- uses: vexxhost/docker-atmosphere/.github/actions/checkout@main
with:
repository: openstack/magnum-ui
ref: e79a2177c8645ba50093896832626d5663c43931 # stable/2024.1
- uses: vexxhost/docker-atmosphere/.github/actions/checkout@main
with:
repository: openstack/manila-ui
ref: 536db83eec954a28acfed7af3ac7a15a3bc208e5 # stable/2024.1
- uses: vexxhost/docker-atmosphere/.github/actions/checkout@main
with:
repository: openstack/neutron-vpnaas-dashboard
ref: a3136f6f3597f291c97e9802b421048fe9286356 # stable/2024.1
- uses: vexxhost/docker-atmosphere/.github/actions/checkout@main
with:
repository: openstack/octavia-dashboard
ref: 468c619bfc27b8734698571de12c06ab6ff6241a # stable/2024.1
- 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' }}