Skip to content

chore(deps): update vexxhost images (stable/2023.2) #2534

chore(deps): update vexxhost images (stable/2023.2)

chore(deps): update vexxhost images (stable/2023.2) #2534

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