Skip to content

chore(deps): update ghcr.io/vexxhost/openstack-venv-builder:2024.1 docker digest to a038be9 (stable/2024.1) #465

chore(deps): update ghcr.io/vexxhost/openstack-venv-builder:2024.1 docker digest to a038be9 (stable/2024.1)

chore(deps): update ghcr.io/vexxhost/openstack-venv-builder:2024.1 docker digest to a038be9 (stable/2024.1) #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/designate
ref: af7445fa0add6950f564cee6d9bbc052ba90d90c # stable/2024.1
- uses: vexxhost/docker-atmosphere/.github/actions/build-image@main
with:
image-name: designate
build-contexts: designate=openstack/designate
push: ${{ github.event_name != 'pull_request' }}