Skip to content

Update multiarch.yml #1

Update multiarch.yml

Update multiarch.yml #1

Workflow file for this run

name: Deploy multi-arch images
on:
workflow_dispatch:
push:
branches:
- multiarch
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: false
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Deploy
if: github.repository == 'pypa/manylinux'
run: ./deploy_multiarch.sh
env:
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}