Skip to content

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

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

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

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/designate
ref: 4e29c8308526cdb013aee09ff8f30e44b02f0911 # stable/2025.2
- uses: vexxhost/docker-atmosphere/.github/actions/build-image@main
with:
image-name: designate
build-contexts: designate=openstack/designate
push: ${{ github.event_name != 'pull_request' }}