Skip to content

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

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

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

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: 041b0795972afe103ea802b47105f38ad45f65cb # stable/2024.1
- uses: vexxhost/docker-atmosphere/.github/actions/checkout@main
with:
repository: openstack/ovn-octavia-provider
ref: 8f157246c2d13f5e093a69e1d41250e8f6d6301a # stable/2024.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' }}