Skip to content

chore(deps): update actions/setup-python action to v5 (#705) #165

chore(deps): update actions/setup-python action to v5 (#705)

chore(deps): update actions/setup-python action to v5 (#705) #165

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'