Skip to content

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

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

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

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/build-image@e22141dfd5b75c4109fab95427441cfa762bc770 # main
with:
image-name: python-openstackclient
push: ${{ github.event_name != 'pull_request' }}