Skip to content

chore(deps): update vexxhost/docker-atmosphere digest to 01f39b1 (main) #677

chore(deps): update vexxhost/docker-atmosphere digest to 01f39b1 (main)

chore(deps): update vexxhost/docker-atmosphere digest to 01f39b1 (main) #677

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