Fix script name

Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
This commit is contained in:
Pablo Zmdl
2026-07-08 12:03:00 +02:00
parent 04eb9499a1
commit 0cc5d0ecb2
@@ -14,7 +14,7 @@ jobs:
- name: Install skopeo
run: sudo apt-get install -y skopeo
- name: Run update script
run: python3 .ci/update-image-reference.py
run: python3 .ci/update-test-container-image-reference.py
- name: Create Pull Request
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v7
with: