Skip to content

Add quay.io secrets

Add quay.io secrets #1

name: Test build and push to ghcr.io and quay.io
on:
push:
branches:
refactor_workflows_and_images
jobs:
build_and_push_to_ghcr:
uses: ./.github/workflows/build_and_push_all_images.yml
with:
force_build: false
push: true
registry: ghcr.io
tag: test
e2xgrader_installation_source: pypi
secrets: inherit
build_and_push_to_quay:
uses: ./.github/workflows/build_and_push_all_images.yml
with:
force_build: false
push: true
registry: quay.io
tag: test
e2xgrader_installation_source: pypi
secrets: inherit