Skip to content

chore(deps): update vexxhost images (stable/2026.1) #2896

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

chore(deps): update vexxhost images (stable/2026.1) #2896

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@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
with:
egress-policy: audit
- uses: vexxhost/docker-atmosphere/.github/actions/build-image@b6113e0668dc85929f783667f0347fc76b272844 # main
with:
image-name: python-openstackclient
push: ${{ github.event_name != 'pull_request' }}