Skip to content

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

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

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

Workflow file for this run

name: build
on:
pull_request:
workflow_dispatch:
push:
branches:
- main
- stable/**
permissions:
contents: read
jobs:
image:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
packages: write
pull-requests: write
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
with:
egress-policy: audit
- uses: vexxhost/docker-atmosphere/.github/actions/build-image@a1ad25c00b6bbf44621748b3a9ed664c6b6cf929 # main
with:
image-name: python-openstackclient
push: ${{ github.event_name != 'pull_request' }}