Skip to content

chore: update base images to 2025.1 with SHA256 digest #32

chore: update base images to 2025.1 with SHA256 digest

chore: update base images to 2025.1 with SHA256 digest #32

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
steps:
- uses: vexxhost/docker-atmosphere/.github/actions/build-image@main
with:
image-name: python-openstackclient
push: ${{ github.event_name != 'pull_request' }}