Allow publishers to retain every remote image tag

Fixes bug-bkhzrg4dzz00

Authored-By: Codex (GPT-6) <noreply@openai.com>
This commit is contained in:
Evelyn Chen
2026-09-07 14:19:35 +00:00
parent cc717790f7
commit 893d009c09
5 changed files with 83 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
name: pr
on:
pull_request:
jobs:
contract:
runs-on: fritzlab
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: validate composite contract without registry operations
run: |
python3 -m venv /tmp/image-push-tests
/tmp/image-push-tests/bin/pip install --quiet -r tests/requirements.txt
/tmp/image-push-tests/bin/python -m unittest discover -s tests
git diff --check