Skip to content

chore(deps): update vexxhost images (#203) #465

chore(deps): update vexxhost images (#203)

chore(deps): update vexxhost images (#203) #465

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: d67679c00b1c2e984fde45c298c9aa846c21a366 # stable/2025.1
- uses: vexxhost/docker-atmosphere/.github/actions/checkout@main
with:
repository: openstack/ovn-octavia-provider
ref: dc900b24efe377889a457d6c0d5dfe8e6910919d # stable/2025.1
- 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' }}