Skip to content

Add flatcar 3602.2.3 (#716) #169

Add flatcar 3602.2.3 (#716)

Add flatcar 3602.2.3 (#716) #169

Workflow file for this run

---
name: Mirror images
"on":
workflow_dispatch:
push:
paths:
- .github/workflows/mirror-images.yml
- etc/images/*.yml
branches:
- main
jobs:
mirror-images:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- run: pip3 install tox
- run: tox -e mirror
if: |
github.repository == 'osism/openstack-image-manager' &&
github.ref == 'refs/heads/main'