Skip to content

feat(zed): configure workflow to use zed base image tag #4

feat(zed): configure workflow to use zed base image tag

feat(zed): configure workflow to use zed base image tag #4

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' }}