Skip to content

chore(deps): update ghcr.io/vexxhost/openstack-venv-builder:main dock… #1263

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

chore(deps): update ghcr.io/vexxhost/openstack-venv-builder:main dock… #1263

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