Skip to content

chore(deps): update ghcr.io/vexxhost/openstack-venv-builder:zed docke… #155

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

chore(deps): update ghcr.io/vexxhost/openstack-venv-builder:zed docke… #155

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