Skip to content

chore(deps): update ghcr.io/vexxhost/openstack-venv-builder:2024.2 do… #452

chore(deps): update ghcr.io/vexxhost/openstack-venv-builder:2024.2 do…

chore(deps): update ghcr.io/vexxhost/openstack-venv-builder:2024.2 do… #452

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/octavia
ref: ac102c9a4dfd60deac936310952cb34a938df595 # stable/2024.2
- uses: vexxhost/docker-atmosphere/.github/actions/checkout@main
with:
repository: openstack/ovn-octavia-provider
ref: f673dc05ef46d46fb1ed10004a8535a63396c603 # stable/2024.2
- uses: vexxhost/docker-atmosphere/.github/actions/build-image@main
with:
image-name: octavia
build-contexts: |
octavia=openstack/octavia
ovn-octavia-provider=openstack/ovn-octavia-provider
push: ${{ github.event_name != 'pull_request' }}