Skip to content

fix: use zed base images with correct digest for stable/zed branch #7

fix: use zed base images with correct digest for stable/zed branch

fix: use zed base images with correct digest for stable/zed branch #7

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
base-image-tag: zed
push: ${{ github.event_name != 'pull_request' }}