Skip to content

Update k8s-capi images #14

Update k8s-capi images

Update k8s-capi images #14

---
name: Mirror images (dry run)
"on":
workflow_dispatch:
pull_request:
paths:
- .github/workflows/mirror-images-dry-run.yml
- etc/images/*.yml
- openstack_image_manager/mirror.py
jobs:
mirror-images-dry-run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- run: pip3 install tox
- run: tox -e mirror -- --minio-access-key ${{ secrets.MINIO_ACCESS_KEY }} --minio-secret-key ${{ secrets.MINIO_SECRET_KEY }} --dry-run
if: |
github.repository == 'osism/openstack-image-manager'